This commit is contained in:
2020-07-29 17:55:34 +00:00
parent d647adfa54
commit a1d0b7b5df
3 changed files with 174 additions and 28 deletions

View File

@@ -11,7 +11,10 @@ ____________
## CURRENT STAGE:
todo: notification general default created on general notify is creating every time, not just if it's needed
todo: Notify subscription grid showing all notifications for all users due to no way to filter to just current user automatically
I could add a system to inject a where clause into the query
or I could convert that view and any that are not based on core biz objects into a simple list and datagrid without sort and filter additions
like the backup list or other lists recently worked on
todo: notification system docs
It's complex and needs a clear documentation about how it all works
@@ -19,6 +22,11 @@ todo: notification system docs
Big overview then drill down
##########################
todo: Am I forgetting to unsubscribe from event handler in every form for menu click?
See home-notify-subscriptions beforeDestroy() event which has a block to unsubscribe to clicks
Make sure that's the case everywhere
todo: generated user names have numbers in them and are not the same as the id. Do they need numbers? Can it just keep an internal list of used names and bump
or query the db to see if it's already used because there are not that many generated users generally.
@@ -183,6 +191,10 @@ todo: INSTALLER
This stage is to consolidate the basics and set the final shell form.
A lot of it might be rundundent
TODO: GRIDS I'm still on the fence with the grid sort and filter system
Filter is ok, it's complex and people don't expect it to be super easy, but sort is a bit of a palaver
it seems too difficult to make a quick sort change, can it be supported to just click on column headings?
todo: Go through all cases, just glance over them and make sure nothing was missed that impacts the basic shell stuff before I get into the real world objects
todo: notification system?