Letractively / jcatapult

Automatically exported from code.google.com/p/jcatapult
0 stars 0 forks source link

Scaffolder enhancements #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add these features to the CRUD scaffolder for webapps and components:

1. Add details page
2. Change layout to use sub-classing and GET/POST checking
3. Complete bi-directional sorting using column headers and saving sort
into session or onto page or something
4. Extract pagination into taglib or tag file

Original issue reported on code.google.com by bpontare...@gmail.com on 18 Mar 2008 at 4:13

GoogleCodeExporter commented 8 years ago

Original comment by leafkn...@gmail.com on 28 Mar 2008 at 4:48

GoogleCodeExporter commented 8 years ago

Original comment by bpontare...@gmail.com on 2 Apr 2008 at 9:58

GoogleCodeExporter commented 8 years ago
Another issue to be solved is that the scaffolder doesn't understand how to 
build
URLs for camel cased package names. For example,
org.jcatapult.example.action.guestBook should be in /guest-book.

Original comment by bpontare...@gmail.com on 29 Apr 2008 at 3:23

GoogleCodeExporter commented 8 years ago
Some more things to fix:

 - The scaffolder needs to handle non-updateable columns
 - The scaffolder needs to handle insert_date, insert_user, etc from timestampable
and auditable.

Original comment by bpontare...@gmail.com on 29 Apr 2008 at 6:46

GoogleCodeExporter commented 8 years ago
This issue should probably be broken up into many separate issues.  Brian, what 
here
absolutely needs to go out in 1.0?  Lets discuss when you get some time.

Original comment by leafkn...@gmail.com on 7 Jul 2008 at 10:29

GoogleCodeExporter commented 8 years ago
This now needs to have the scaffolers updated for the new MVC. The new MVC 
should
make them somewhat simpler as well.

Original comment by bpontare...@gmail.com on 25 Jul 2008 at 2:07

GoogleCodeExporter commented 8 years ago

Original comment by bpontare...@gmail.com on 25 Jul 2008 at 2:07

GoogleCodeExporter commented 8 years ago

Original comment by leafkn...@gmail.com on 10 Sep 2008 at 8:10

GoogleCodeExporter commented 8 years ago
The scaffolder is now working with actions, domains and CRUDs for the new MVC. 
The
CRUD has less functionality, but good enough for 1.0. For 1.1 we can add back in
searching and sorting and pagination.

Original comment by bpontare...@gmail.com on 14 Sep 2008 at 10:03