00 Simple-Concise - Index
A recollection of thoughts and tools on software development
TOC
- 00 Simple-Concise - Index
- 01.01 Sample Use Case - Basic User Interface - user interface requirements
- 01.02.01 Basic UI - Forge 01 - Sample Use Case - Basic UI
- 01.02.02 Basic UI - Forge 02 - Sample Use Case - Basic UI 01 - Status
- 01.02.03 Basic UI - Forge 03 - Sample Use Case - Basic UI 02 - One to Many
- 01.02.04 Basic UI - Forge 04 - Sample Use Case - Basic UI 03 - N to M
- 01.02.05 Basic UI - Forge 05 - Sample Use Case - Basic UI 03 - N to M - Fixing it
- 01.03.01 Basic UI - Roo 01 - Basic UI now with Spring Roo
- 01.03.02 Basic UI - Roo 02 - Sample 02 One to Many
- 01.03.03 Basic UI - Roo 03 - Sample Use Case - Sample 03 Many to Many
- 01.04 Sample Use Case - Basic User Interface - Closing comments on UI
- 02.01 Basic Security - security requirements
- Changelog
- Simple-Concise - About the author
Why
For some time I have been redoing the same tasks one time after another and never quite getting things done. Even if my apps are on production environments there are things are inevitable; normal things, weird things, required things and absolutely wasteful things. Some of them are simple enough but time consuming others are really hard and once there is a clear path they must be done just on a operational service window with high risk of failure.
Note that this is currently a work in progress, you can find info on updates here.
What
There are quite a lot of things that need to be done, for now I will enumerate them in no particular order. At a later time this will be revised, reduced and prioritized.
- Basic UI
- Security
- Event Log (business wise)
- Rest API
- Validation
- Localization
- End user documentation
- Sysadmin documentation
- App mantainer documentation
How
Here I will try and probably fail (more likely abandon) to solve some of that problems with my particular point of view and restrictions. I still don’t know at the time of writing this what will I develop, it could be a framework allows to constraint such tasks, a tool that simplifies things or perhaps I will just document existings tools and frameworks that allow to reduce the waste of time.
When
Whenever I have some spare time which is why I presume this will fail and flail.