This commit is contained in:
2020-01-16 21:13:41 +00:00
parent f7a8a5bcba
commit 488714b23f
3 changed files with 17 additions and 3 deletions

View File

@@ -22,7 +22,13 @@ REALLY MAKING MORE PROGRESS WHEN CLIENT DEV DRIVES BACKEND DEV, STICK TO THAT!!
TODO: return the list as objects as specified
TODO: Make a joined table list for development
- User list with their email address, just name and address and user ID is enough to develop the backend code
- Widget->User->emailaddress
- Modify Widget, add UserId to it (maybe prepared by like a quote)
- Modify all the widget related code to work with this and also populate it
- Going to need to modify a lot of shit for this at the client too but it's necessary to be on the right path now
- Widget list with User and their email
CLIENT CUSTOM FIELDS CHANGE
- Must use numeric instead of text values now