GithubHelp home page GithubHelp logo

[RFC] Release 1.0 about zftool HOT 10 CLOSED

zendframework avatar zendframework commented on July 19, 2024
[RFC] Release 1.0

from zftool.

Comments (10)

gianarb avatar gianarb commented on July 19, 2024

Beautiful proposal 👍
There are a lists of little PR, someone can merge it and tag this tool?
For example:

Thanks for your job!

from zftool.

weierophinney avatar weierophinney commented on July 19, 2024

Honestly, @ezimuel and I have been discussing a complete rewrite, using zf-console as the basis. The rationale is:

  • The approach to have this work both standalone and as a module within a ZF2 application has not worked out; we've had a number of lingering issues we cannot resolve that occur when you move from one use case to the other.
  • Being structured as a module leads to a number of difficulties:
    • Builds have to essentially create a ZF2 skeleton, inject zftool as a module, and then package the whole lot in order to create a PHAR file. This is tremendous overkill - the PHAR is easily 5x bigger than it needs to be in order to deliver the functionality.
    • Mapping commands to controllers is relatively unintuitive, particularly when we get to things like the "create" command (it handles 4 unrelated types of resources).

The combination of these things has meant we've not had many people capable of providing new features, and have often run into problems when integrating new features.

Basing this off of zf-console would:

  • reduce the number of dependencies
  • simplify the build process when creating a standalone PHAR
  • still allow composition inside an existing application (but instead of exposing itself via the application's MVC layer, its code would be detached from the application, removing the issues we currently have)
  • hopefully simplify maintenance and creation of new tasks

In short: I don't think the current code base is anywhere near stable, and would rather we scrap it and start over with a new architecture.

from zftool.

gianarb avatar gianarb commented on July 19, 2024

Hi! @weierophinney thanks for your job! The future of this project? will be forgotten, deleted?
Could we tag it and proceed to big refactoring?

from zftool.

weierophinney avatar weierophinney commented on July 19, 2024

@gianarb again, I don't want to tag this as stable, as it's not. It won't be forgotten -- we need to figure out where it fits in with the other dozen or more priorities we're juggling at the moment, though.

from zftool.

gianarb avatar gianarb commented on July 19, 2024

oh yes 1.0.0 is not a good tag because ZFTool is not ready for it.. 👍

from zftool.

Thinkscape avatar Thinkscape commented on July 19, 2024

How about I tag it 0.1.0 for now ?

Rewrite aside, I believe the expectation is easier and predictable composer-based installation (see i.e. #22)

from zftool.

gianarb avatar gianarb commented on July 19, 2024

0.1.0 👍 where is the problem?

from zftool.

weierophinney avatar weierophinney commented on July 19, 2024

@Thinkscape go ahead and tag as 0.1.0 -- that will be a strong indication that we do not consider it stable, but allow people to pin to release versions.

from zftool.

Thinkscape avatar Thinkscape commented on July 19, 2024

https://github.com/zendframework/ZFTool/releases/tag/v0.1.0

from zftool.

gianarb avatar gianarb commented on July 19, 2024

Thanks 🎉

from zftool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.