This commit is contained in:
2018-09-06 19:50:25 +00:00
parent ded202d588
commit 6329b624c5
2 changed files with 16 additions and 7 deletions

View File

@@ -29,15 +29,14 @@ IMMEDIATE ITEMS:
================
- USER OPTIONS OBJECT
- UserOptions object and routes will be used for user configurable settings, some of it initial shell (timezone, email etc), not core User stuff to avoid any rights issues or confusion or bypasses
- Make user options now even if it only has one setting, I will need it ongoing all the time for a ton of shit.
- Tag groups (modify tags already coded)
- Retag: code to tag an item should take into account if it's already tagged and not make a new record, just return existing
- Localized text
- ** DEVISE a system to ensure no unused keys are brought forward to raven
- Search and search text indexing
- Add to widget tests
- Auto visible id number assigning code
- Give widgets a visible ID number scheme and add to tests