I like a LOT the idea, my initial tests seems to work ok in Python 3.6.7 on Ubuntu except the test_web ones are failing.

Tell me please, that one of the new year resolution is to have web2py in pypi :) That's something I would love to help make a reality.

This are my wishes:

1- pypi

2- The ability to:

pip install web2py
cd /home/myuser
git clone http://github.com/myuser/myapp.git
cd myapp
web2py run

And start my app. Something like this will make distributing web2py apps a lot easier (even using pip)

3- An advanced welcome app template, including .gitignores, tests, and environment configurations for development and production.

4- A more flexible grid:
There will be awesome if we could pass to the grid the template for rendering forms, or rendering buttons, cells etc... and define the logic for ordering fields (including virtual ones)

5- A CLI for applications, maybe using @cli decorators in controllers and maybe running them like "web2py --cli app/controller/function --param1=value1 --param2=value2"

6- A router that balances ease of use and power, maybe something in the middle of the two we have right now (I like the Yii2 framework routes style).

7- A more friendly error tickets for views (there can be difficult to find an error in a large view file), and maybe for reading them outside web2py (right now is really difficult to read errors accessing directly to the ticket files).

8- Some kind of "Modules system" that could make a lot easier the code reutilization.

With some guidance, I can use some hours/week and maybe include another dev for make this kind of features a reality. Even thougt I like the "web3py" idea, and I think that this kind of effort should be redirected to the new framework.

Greetings.


El 1/1/19 a las 7:04 p.m., Massimo Di Pierro escribió:
Based on my new years resolution:

- I posted a new web2py branch called modular.
- I moved template.py into its own folder planning to make its own package
- I refactored validators.py and scheduler.py and moved them into pydal (also branch modula)

Thoughts?
Can you help testing that nothing broke in web2py?

Massimo
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com <mailto:web2py+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to