Initial commit -- just started to factor and implement python fast API backend
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
##### Conditions
|
||||
|
||||
- Multi User With auth per user
|
||||
- Audit Logs for all actions (moving tasks, editing tasks, adding tasks and user auth)
|
||||
- Create and mv tasks between users
|
||||
- Notify User when new "task" is assigned to them
|
||||
- iMessage --> Task
|
||||
- Include date when tasks was added and who by
|
||||
- Possibly a priority stamp? This would be on how important the task was needing to be completed....
|
||||
- Heads up display of when a task was automatically changed to "Unsuccessful"
|
||||
- Heads up display of when automatic form response is changed to "Billing form"
|
||||
- Easy way to add notes and reminders.
|
||||
|
||||
##### What do I want this thing to do
|
||||
|
||||
- I want to create task for Users to-do (like a reminder / to-do / task list)
|
||||
- Pop up notifications for when a reminder comes through to you??? >>>> Idk if this is going to be a native windows application for something???
|
||||
- I think it would be handy to not only have this as a task "dashboard" but also as a way to keep track of what we have automated.
|
||||
- it would be nice if when a task is taken from emails and added to whichever queue we decide to add it too -- it leaves a task in the dashy to tell staff (Lani in particular) "Hey email such and such has just been converted to workorder # (and have whatever the workorder number is)
|
||||
-
|
||||
|
||||
|
||||
##### iMessage --> Task ? What I mean
|
||||
|
||||
So what do I mean when I say "iMessage too task"
|
||||
|
||||
- What I mean by this is so that ROD can simply pick up his phone and ask siri or meta to send a message to "X" -- "X" being whatever he/we decide to name the contact for the openclaw agent.
|
||||
- This message could be something allong the lines of "Create new note for Job 'Y' say 'blah blah blah'" This would then send that message to a Molty which would then create a new task (Specifically in l Lani's tasks list) to-do whatever ROD had sent to the agent.
|
||||
|
||||
##### Design
|
||||
|
||||
Dashboard Home screen will have 5 "tabs" at the top of the screen
|
||||
|
||||
- Overview (This will have all users coloums and tasks)
|
||||
- Lani
|
||||
- Kirra
|
||||
- Ayron
|
||||
- ROD
|
||||
|
||||
|
||||
In overview tab there will be names (Lani, kirra, Aryon, ROD) beside each name will be a circular "+" icon to add tasks to each user. just below it. Each name will have a coloum with cards
|
||||
These cards will be tasks for each user.
|
||||
The cards will include
|
||||
- the task that needs to be done (So a description)
|
||||
- Which user added it (As each user wil have to log into their account)
|
||||
- The time and date it was added.
|
||||
Thats pretty much the sum of these cards -- its a to-do list basically or a tasks list
|
||||
Reference in New Issue
Block a user