fix: vite server hotfix
This commit is contained in:
76
strategies/todo-features.txt
Normal file
76
strategies/todo-features.txt
Normal file
@@ -0,0 +1,76 @@
|
||||
TODO FEATURES AND FIXES
|
||||
|
||||
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
|
||||
// CONSOLE:
|
||||
|
||||
- Add an option to view all melodies for a user, delete them (one by one or flush), and edit them / reorder them.
|
||||
|
||||
- Automate the adding of a device on the cloud after it has been sold. Not necessarily claim it, but add it on the cloud with Subscription settings in place.
|
||||
|
||||
- Device Subscription Start (subscrStart) value on Firestore should be timestamp not string.
|
||||
|
||||
- Automate the whole 'device settings' process with a step-menu modal.
|
||||
|
||||
- On the Firmware Release Upload modal, do not close when clicking outside. Only with CLOSE button or ESC key.
|
||||
|
||||
- Implement a system to allow only approved users, to register an account on our app or automate the user creation from the console, and in turn:
|
||||
- Automate (properly) the device assignment to the users.
|
||||
|
||||
- When editing a location allow to show the map even withour coordinates, and add them when I first CLICK on the map.
|
||||
|
||||
- On the Quotations page, add "Add Legacy" option.
|
||||
|
||||
- Add Uptime Indicator per device
|
||||
|
||||
- Add "Retired" option for Melodies
|
||||
|
||||
- On the MAIL modal add option to "Seach for Customer" on the email field. When searching and selecting a customer, allow us to choose WHICH email, if they have multiple.
|
||||
|
||||
## Customer/FinanceTab:
|
||||
|
||||
- The overall Financial Status should be smaller, more compact and differentiated than the active order statuses.
|
||||
|
||||
- When an order is complete in terms of finance, make it really obvious (maybe make the whole payment container green)
|
||||
|
||||
- Do not allow negative numbers in Amount fields.
|
||||
|
||||
|
||||
## Device Inventory Page:
|
||||
|
||||
- Add a button somewhere to "Send APP Link via mail"
|
||||
|
||||
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
|
||||
// FIRMWARE:
|
||||
|
||||
- When Resetting Settings, via the S1 Key, if on AP Mode, switch back to STA Mode.
|
||||
|
||||
- On the /{deviceip}/settings page, add basic auth with pass: "bsvspr8998"
|
||||
|
||||
- Add AutoDST switch (figure out the system behind it)
|
||||
|
||||
- Add
|
||||
|
||||
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
|
||||
// FLUTTER APP:
|
||||
|
||||
- Add a post to firestore each time the app LOGS IN, or Loads the Playback Menu
|
||||
|
||||
- Add a option/system to allow the Console to REFRESH the melodies list with the new Titles/Descriptions/Info
|
||||
|
||||
- Add option to DELETE melodies
|
||||
|
||||
- Add option in the Settings to Test Fire a bell
|
||||
|
||||
|
||||
Reference in New Issue
Block a user