@a5gard/asgard 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/.env +2 -0
  2. package/.gitignore copy +6 -0
  3. package/.vscode/ntrsync/.vscode/ocrmnavigator/id.txt +1 -0
  4. package/.vscode/ntrsync/.vscode/ocrmnavigator.code-snippets +3664 -0
  5. package/.vscode/ntrsync/00002_CRM URGENT_todo.md +79 -0
  6. package/.vscode/ntrsync/10005_notes repo url.md +3 -0
  7. package/.vscode/ntrsync/10012_vscode_color_settings.md +133 -0
  8. package/.vscode/ntrsync/10013_Googles Snapchat Upload Hack note.md +11 -0
  9. package/.vscode/ntrsync/10014_APP IDEA - Lawyer CRM.md +229 -0
  10. package/.vscode/ntrsync/10015_APP IDEA - Onlyfans.md +293 -0
  11. package/.vscode/ntrsync/10016_notes repo url.md +3 -0
  12. package/.vscode/ntrsync/10504_adhd symptom.md +3 -0
  13. package/.vscode/ntrsync/10505_APP IDEA - GMAIL.md +39 -0
  14. package/.vscode/ntrsync/10506_container home - build mats.md +18 -0
  15. package/.vscode/ntrsync/10507_cleint facing site meta and loader function.md +25 -0
  16. package/.vscode/ntrsync/10508_Sabaak VSCode 1-8 players - private teams, solo q, duos q.md +11 -0
  17. package/.vscode/ntrsync/10509_schema dump.md +80 -0
  18. package/.vscode/ntrsync/10510_APPT BEACONHILL_reminder.md +7 -0
  19. package/.vscode/ntrsync/10512_clipboard very usefull should use asap within all apps.md +101 -0
  20. package/.vscode/ntrsync/10516_DevStack_todo.md +130 -0
  21. package/.vscode/ntrsync/10517_CRM_todo.md +95 -0
  22. package/.vscode/ntrsync/10518_Catalyst POS_todo.md +73 -0
  23. package/.vscode/ntrsync/10519_Catalyst Software_todo.md +497 -0
  24. package/.vscode/ntrsync/10523_new note.md +6 -0
  25. package/.vscode/ntrsync/10524_New Reminder_reminder.md +5 -0
  26. package/.vscode/ntrsync/10525_Mobile - Notes, To-Dos And Things_todo.md +4 -0
  27. package/.vscode/ntrsync/90002_COMPLETED_todo.md +97 -0
  28. package/.vscode/ntrsync/README.md +1 -0
  29. package/.vscode/ocrmnavigator/id.txt +1 -0
  30. package/.vscode/ocrmnavigator.code-snippets +349 -0
  31. package/.vscode/settings.json +1 -0
  32. package/CHANGELOG.md +6 -0
  33. package/LICENSE.md +21 -0
  34. package/README.md +1612 -0
  35. package/bin/dev.cmd +3 -0
  36. package/bin/dev.js +17 -0
  37. package/bin/run.cmd +3 -0
  38. package/bin/run.js +5 -0
  39. package/config.asgard +8 -0
  40. package/dist/commands/add-source.d.ts +9 -0
  41. package/dist/commands/add-source.d.ts.map +1 -0
  42. package/dist/commands/add-source.js +68 -0
  43. package/dist/commands/add-source.js.map +1 -0
  44. package/dist/commands/baldr.d.ts +5 -0
  45. package/dist/commands/baldr.d.ts.map +1 -0
  46. package/dist/commands/baldr.js +35 -0
  47. package/dist/commands/baldr.js.map +1 -0
  48. package/dist/commands/combine-timelines.d.ts +5 -0
  49. package/dist/commands/combine-timelines.d.ts.map +1 -0
  50. package/dist/commands/combine-timelines.js +53 -0
  51. package/dist/commands/combine-timelines.js.map +1 -0
  52. package/dist/commands/create-project.d.ts +10 -0
  53. package/dist/commands/create-project.d.ts.map +1 -0
  54. package/dist/commands/create-project.js +195 -0
  55. package/dist/commands/create-project.js.map +1 -0
  56. package/dist/commands/create-timeline.d.ts +8 -0
  57. package/dist/commands/create-timeline.d.ts.map +1 -0
  58. package/dist/commands/create-timeline.js +54 -0
  59. package/dist/commands/create-timeline.js.map +1 -0
  60. package/dist/commands/delete-project.d.ts +5 -0
  61. package/dist/commands/delete-project.d.ts.map +1 -0
  62. package/dist/commands/delete-project.js +47 -0
  63. package/dist/commands/delete-project.js.map +1 -0
  64. package/dist/commands/delete-source.d.ts +8 -0
  65. package/dist/commands/delete-source.d.ts.map +1 -0
  66. package/dist/commands/delete-source.js +57 -0
  67. package/dist/commands/delete-source.js.map +1 -0
  68. package/dist/commands/delete-timeline.d.ts +8 -0
  69. package/dist/commands/delete-timeline.d.ts.map +1 -0
  70. package/dist/commands/delete-timeline.js +54 -0
  71. package/dist/commands/delete-timeline.js.map +1 -0
  72. package/dist/commands/delete-version.d.ts +8 -0
  73. package/dist/commands/delete-version.d.ts.map +1 -0
  74. package/dist/commands/delete-version.js +65 -0
  75. package/dist/commands/delete-version.js.map +1 -0
  76. package/dist/commands/download-file.d.ts +17 -0
  77. package/dist/commands/download-file.d.ts.map +1 -0
  78. package/dist/commands/download-file.js +87 -0
  79. package/dist/commands/download-file.js.map +1 -0
  80. package/dist/commands/download-folder.d.ts +18 -0
  81. package/dist/commands/download-folder.d.ts.map +1 -0
  82. package/dist/commands/download-folder.js +111 -0
  83. package/dist/commands/download-folder.js.map +1 -0
  84. package/dist/commands/download-source.d.ts +12 -0
  85. package/dist/commands/download-source.d.ts.map +1 -0
  86. package/dist/commands/download-source.js +46 -0
  87. package/dist/commands/download-source.js.map +1 -0
  88. package/dist/commands/gh-setup.d.ts +7 -0
  89. package/dist/commands/gh-setup.d.ts.map +1 -0
  90. package/dist/commands/gh-setup.js +106 -0
  91. package/dist/commands/gh-setup.js.map +1 -0
  92. package/dist/commands/load-project.d.ts +5 -0
  93. package/dist/commands/load-project.d.ts.map +1 -0
  94. package/dist/commands/load-project.js +56 -0
  95. package/dist/commands/load-project.js.map +1 -0
  96. package/dist/commands/menu.d.ts +5 -0
  97. package/dist/commands/menu.d.ts.map +1 -0
  98. package/dist/commands/menu.js +41 -0
  99. package/dist/commands/menu.js.map +1 -0
  100. package/dist/commands/midgardr.d.ts +5 -0
  101. package/dist/commands/midgardr.d.ts.map +1 -0
  102. package/dist/commands/midgardr.js +24 -0
  103. package/dist/commands/midgardr.js.map +1 -0
  104. package/dist/commands/publish-project.d.ts +5 -0
  105. package/dist/commands/publish-project.d.ts.map +1 -0
  106. package/dist/commands/publish-project.js +102 -0
  107. package/dist/commands/publish-project.js.map +1 -0
  108. package/dist/commands/replace-timeline.d.ts +8 -0
  109. package/dist/commands/replace-timeline.d.ts.map +1 -0
  110. package/dist/commands/replace-timeline.js +63 -0
  111. package/dist/commands/replace-timeline.js.map +1 -0
  112. package/dist/commands/restore-version.d.ts +8 -0
  113. package/dist/commands/restore-version.d.ts.map +1 -0
  114. package/dist/commands/restore-version.js +67 -0
  115. package/dist/commands/restore-version.js.map +1 -0
  116. package/dist/commands/save-project.d.ts +8 -0
  117. package/dist/commands/save-project.d.ts.map +1 -0
  118. package/dist/commands/save-project.js +43 -0
  119. package/dist/commands/save-project.js.map +1 -0
  120. package/dist/commands/set-source.d.ts +9 -0
  121. package/dist/commands/set-source.d.ts.map +1 -0
  122. package/dist/commands/set-source.js +59 -0
  123. package/dist/commands/set-source.js.map +1 -0
  124. package/dist/commands/switch-timeline.d.ts +8 -0
  125. package/dist/commands/switch-timeline.d.ts.map +1 -0
  126. package/dist/commands/switch-timeline.js +61 -0
  127. package/dist/commands/switch-timeline.js.map +1 -0
  128. package/dist/commands/sync-source.d.ts +5 -0
  129. package/dist/commands/sync-source.d.ts.map +1 -0
  130. package/dist/commands/sync-source.js +29 -0
  131. package/dist/commands/sync-source.js.map +1 -0
  132. package/dist/commands/upload-project+++.d.ts +5 -0
  133. package/dist/commands/upload-project+++.d.ts.map +1 -0
  134. package/dist/commands/upload-project+++.js +32 -0
  135. package/dist/commands/upload-project+++.js.map +1 -0
  136. package/dist/commands/upload-project++.d.ts +5 -0
  137. package/dist/commands/upload-project++.d.ts.map +1 -0
  138. package/dist/commands/upload-project++.js +33 -0
  139. package/dist/commands/upload-project++.js.map +1 -0
  140. package/dist/commands/upload-project+.d.ts +5 -0
  141. package/dist/commands/upload-project+.d.ts.map +1 -0
  142. package/dist/commands/upload-project+.js +40 -0
  143. package/dist/commands/upload-project+.js.map +1 -0
  144. package/dist/commands/upload-project.d.ts +5 -0
  145. package/dist/commands/upload-project.d.ts.map +1 -0
  146. package/dist/commands/upload-project.js +29 -0
  147. package/dist/commands/upload-project.js.map +1 -0
  148. package/dist/commands/view-timeline.d.ts +5 -0
  149. package/dist/commands/view-timeline.d.ts.map +1 -0
  150. package/dist/commands/view-timeline.js +39 -0
  151. package/dist/commands/view-timeline.js.map +1 -0
  152. package/dist/commands/view-versions.d.ts +5 -0
  153. package/dist/commands/view-versions.d.ts.map +1 -0
  154. package/dist/commands/view-versions.js +45 -0
  155. package/dist/commands/view-versions.js.map +1 -0
  156. package/dist/git/helpers.d.ts +10 -0
  157. package/dist/git/helpers.d.ts.map +1 -0
  158. package/dist/git/helpers.js +300 -0
  159. package/dist/git/helpers.js.map +1 -0
  160. package/dist/git/sync-repo.d.ts +2 -0
  161. package/dist/git/sync-repo.d.ts.map +1 -0
  162. package/dist/git/sync-repo.js +17 -0
  163. package/dist/git/sync-repo.js.map +1 -0
  164. package/dist/index.d.ts +2 -0
  165. package/dist/index.d.ts.map +1 -0
  166. package/dist/index.js +3 -0
  167. package/dist/index.js.map +1 -0
  168. package/dist/utils/box.d.ts +11 -0
  169. package/dist/utils/box.d.ts.map +1 -0
  170. package/dist/utils/box.js +158 -0
  171. package/dist/utils/box.js.map +1 -0
  172. package/ideas.md +46 -0
  173. package/package.json +53 -0
  174. package/src/commands/add-source.js +72 -0
  175. package/src/commands/baldr.js +38 -0
  176. package/src/commands/combine-timelines.js +65 -0
  177. package/src/commands/create-project.js +216 -0
  178. package/src/commands/create-timeline.js +60 -0
  179. package/src/commands/delete-project.js +54 -0
  180. package/src/commands/delete-source.js +63 -0
  181. package/src/commands/delete-timeline.js +63 -0
  182. package/src/commands/delete-version.js +74 -0
  183. package/src/commands/download-file.js +101 -0
  184. package/src/commands/download-folder.js +123 -0
  185. package/src/commands/download-source.js +51 -0
  186. package/src/commands/gh-setup.js +77 -0
  187. package/src/commands/load-project.js +63 -0
  188. package/src/commands/menu.js +46 -0
  189. package/src/commands/midgardr.js +25 -0
  190. package/src/commands/publish-project.js +167 -0
  191. package/src/commands/replace-timeline.js +76 -0
  192. package/src/commands/restore-version.js +80 -0
  193. package/src/commands/save-project.js +48 -0
  194. package/src/commands/set-source.js +65 -0
  195. package/src/commands/switch-timeline.js +69 -0
  196. package/src/commands/sync-source.js +32 -0
  197. package/src/commands/upload-project+++.js +34 -0
  198. package/src/commands/upload-project++.js +35 -0
  199. package/src/commands/upload-project+.js +47 -0
  200. package/src/commands/upload-project.js +31 -0
  201. package/src/commands/view-timeline.js +43 -0
  202. package/src/commands/view-versions.js +50 -0
  203. package/src/git/helpers.js +333 -0
  204. package/src/git/sync-repo.js +16 -0
  205. package/src/index.js +2 -0
  206. package/src/utils/box.js +282 -0
  207. package/tsconfig.json +23 -0
@@ -0,0 +1,130 @@
1
+ #### todo
2
+ - [ ] CURRENT TO DO LIST
3
+ - [ ] concurrent v2
4
+ - [ ] conditional
5
+ - [ ] heimdaller
6
+ - [ ] devarchive
7
+ - [ ] copy workspace folder
8
+ - [ ] brokkr 2
9
+ - [ ] auto port ngin
10
+ - [ ] changelog ngin
11
+ - [ ] faker ngin
12
+ - [ ] faker ngin
13
+ - [ ] artifact cache mgr
14
+ - [ ] ext usage preview
15
+ - [ ] visualizer
16
+ - [ ] bifrost
17
+ - [ ] brfrost plugin
18
+ - [ ] verdolndr
19
+ - [ ] urdr
20
+ - [ ] log lens
21
+ - [ ] api secret graebber
22
+ - [ ] create incoming tunny
23
+ - [ ] sqlite 3
24
+ - [ ] application data store
25
+ - [ ] Option B: Extension-Based Snippets (The "Pro" Way)
26
+ Since you mentioned building a VS Code Extension in your philosophy, you can use the vscode.TextEditorEdit API. This allows you to literally teleport code to the top of the file while dropping code at the cursor.
27
+
28
+ Here is a simplified logic for your extension:
29
+
30
+ JavaScript
31
+
32
+ // Inside your extension command
33
+ editor.edit(editBuilder => {
34
+ // 1. Insert the import at the very top (0, 0)
35
+ editBuilder.insert(new vscode.Position(0, 0), "import { Input } from '#midgardr/Input';\n");
36
+
37
+ // 2. Insert the usage at the current cursor position
38
+ editBuilder.insert(editor.selection.active, "<Input $0 />");
39
+ });
40
+ - [x] make sure termiunal grixd is getting assigned to the correct col
41
+ - [x] remove format on paste in monaco editor
42
+ - [x] finish off renaming functions -> `ocrmnavigator.addCategory` -> `ocrmnavigator.master.addCategory`
43
+ - [ ] ### Need to implement function on / off switches for:
44
+ - [ ] need to implement `ocrmnavigator.vfs.tasks`
45
+ - [ ] need to implement `ocrmnavigator.vfs.npmScripts`
46
+ - [ ] need to implement `ocrmnavigator.todoNotesReminders`
47
+ - [ ] need to implement `ocrmnavigator.codesnap.backgroundPalette` and others
48
+
49
+
50
+ - [ ] ★ ━━━━ ☆ ━━━━ NEW FEATURES ━━━━ ☆ ━━━━ ★
51
+
52
+ - [ ] ★ ━━━━ ☆ ━━━━ PLANNED ━━━━ ☆ ━━━━ ★
53
+ - [ ] ★ ━━━━ REMOTE ACCESS / EDITING ━━━━ ★
54
+ - [ ] access to:
55
+ - [ ] config
56
+ - [ ] snippets
57
+ - [ ] todo, notes and reminders
58
+ - [ ] be able to download your config from anywhere
59
+ - [ ] set up user profile on site
60
+ - [ ] user github email for syncing data
61
+
62
+ - [ ] ★ ━━━━ COPY WORKSPACE FOLDER ━━━━ ★
63
+ - [ ] to make it even easier to configure new / existing configs
64
+ - [ ] provid a list of folders contained within other configs once clicked pastes it into the current configs file
65
+
66
+ - [ ] ★ ━━━━ THE "LOG-TO-LENS" ( ERROR PARSER ) ━━━━ ★
67
+ - [ ] The Pain: Your build failed or your test crashed. The terminal is a wall of 500 lines of red text. You have to scroll up, find the file path in the stack trace, copy it, Ctrl+P, and paste the path to fix the bug.
68
+ - [ ] The Fix: An extractFileFromOutput type.
69
+ - [ ] How it works: It scans the last output of the integrated terminal for file paths and line numbers. It then populates the Navigator with "Jump to Last Error" items.
70
+ - [ ] Time Saved: 90%. You click the Navigator item instead of manually parsing the terminal's "wall of text."
71
+
72
+ - [ ] ★ ━━━━ PROXY TUNNEL TOGGLE ( PORT MANAGER ) ━━━━ ★
73
+ - [ ] The Pain: You’re working on a mobile app or an external API that needs to see your local server. You have to open a separate terminal, remember your ngrok or localtonet command, copy the new URL, and paste it into your config.
74
+ - [ ] Value: It automates the "copy-paste" loop between the terminal and your code.
75
+ - [ ] The Workflow: A specialized command that launches a tunnel (like ngrok http 3000), captures the generated URL, and automatically updates a specific line in your config.ts or .env with the new public URL.
76
+ - [ ] The Fix: A tunnelLauncher type.
77
+
78
+ - [ ] ★ ━━━━ FEATURE REQUEST QUICK PICK ━━━━ ★
79
+ - [ ] query current user base via a toast on load up, once clicked opens a vscode quick pick with current feautres to pick, once they select a value they are then presented an input to supply their own feature request
80
+ - [ ] ★ ━━━━ API SECRET GRABBER ( VAULT FETCH) ━━━━ ★
81
+ - [ ] The Pain: You need a staging/prod API key that isn't in your local .env for security reasons. You have to log into AWS Secrets Manager, 1Password, or your company Wiki, find the key, and copy it.
82
+ - [ ] The Fix: A type that fetches a value from a CLI-based vault (like gh secret, aws secretsmanager, or a local encrypted file).
83
+ - [ ] How it works: It executes the CLI fetch and uses your existing copyToClipboard logic to put the secret in your hand instantly.
84
+ - [ ] Value: Huge security and speed boost. No more "hunting for the wiki page."
85
+ - [ ] dependencyManager
86
+ - [ ] Install/uninstall/update multiple npm packages in one click with predefined sets (ie "React setup" installs react, react-dom, types in one go vs typing each npm install command)
87
+ - [ ] ★ ━━━━ ☆ ━━━━ VISUALIZE SCHEMA OBJECT ━━━━ ☆ ━━━━ ★
88
+ - [ ] start from scratch and build it on the browser side
89
+ - [ ] within the web app, build a schema wizard. I find that as the schema / project continues to build and expanded on I'm constantly jumping back and forth, from object to object, grabing the value to link to another object, then going back ensuring everything was done right, then triple checking. All the while, your bouncing down 450 lines, then back up 450, then down 550, shit went to far... searching for it again, saying under my breath, where the fuck did it just go... lol
90
+ - [ ] whenever working with an object, have a + relation button, when clicked opens a command to search and select a object to link to
91
+ - [ ] being able to insert pre built objects
92
+ - [ ] with nice, thought-out and planned ui, would make it so easy to work with, like having a command on the left to search for or select the object to edit, this object should be linked, so editing the user object needing to add that relation, technically, you can remove half that processes work laod. Steps to complete would be: 1) select user object, 2) click add relation, and select review object
93
+ - [ ] ★ ━━━━ ☆ ━━━━ DEVARCHIVE ━━━━ ☆ ━━━━ ★
94
+ - [ ] I’ve noticed a disturbing trend: the "Great Deleting." The people who built the web are retiring or passing on, and their servers are going dark. I’ve lost count of how many times I’ve needed a specific resource only to find the site no longer exists.
95
+ - [ ] I’m building DevArchive because I’m tired of watching knowledge disappear. I’m building it for myself, but I’m opening it to everyone.
96
+ - [ ] The "Hit by a Bus" Philosophy Most platforms require constant human intervention. DevArchive is different. It is being built to require virtually zero man-hours to maintain. Whether I get sick for a year or pass the torch 50 years from now, this system is designed to be a self-sustaining utility, not a chore for the next person.
97
+ - [ ] What it is: A home for your code, your docs, and your research. What it isn't: A host for images or video (the costs are simply too high for now).
98
+ - [ ] This is a place where data survives. Whether you want to share your knowledge with the world or keep it private, you can finally rely on the "Save" button again.
99
+
100
+ - [ ] ★ ━━━━ ☆ ━━━━ NEW TOOLS ━━━━ ☆ ━━━━ ★
101
+ - [ ] messsenger
102
+ - [ ] event calendar
103
+ - [ ] appointment calendar
104
+ - [ ] catalyst editor
105
+ - [ ] rich text editor
106
+
107
+ - [ ] completed
108
+ - [ ] ★ ━━━━ CONDITIONAL CHAIN ━━━━ ★
109
+ - [ ] conditionalChain: Logic-based execution.
110
+ - [ ] Utility: Run Command A; if it succeeds, run Command B; if it fails, run Command C. (This adds a "Scripting" layer to the NavigatorItem).
111
+ - [x] focusMode: A specialized toggle.Utility: Toggles Zen Mode, hides the Sidebar, and hides the Activity Bar all in one click to help with deep work
112
+ - [x] fix add item via web
113
+ - [x] to do list: code highlighting
114
+ - [x] need to add item type to add currenty worksapces devstack setting as a file item
115
+ - [x] need to add quickpick engine
116
+ - [x] add editor highlighting to todo
117
+ - [x] need to update snippet editor
118
+ - [x] needs to add some kind of notice in regard to the new funcitnos and its formatr
119
+ - [x] finish of search editor
120
+ - [x] short cuts for monaco editor
121
+ - [x] insert region
122
+ - [x] insert endregion
123
+ - [x] wrap region
124
+ - [x] the layout engine with 3 cols... when its finished, all three columns are focused at the same time. meaning you have to click each cols editors in order to drop the "focused" state in each. we need to progmatically drop focus and refocus the 2nd col
125
+ - [x] rename batch fell through the cracks as it seems we are still running off of the other extension
126
+ - [x] in the catalyst editor we need to make sure if you are currently in a stylized note or important or warning, that the editor automatically put `>` whenever you press enter to continue the note
127
+ - [ ] ★ ━━━━ ☆ ━━━━ README.md ━━━━ ☆ ━━━━ ★
128
+ - [x] terminal engine... currently if there is currently a daev serverv nothing will run... we need to check and see if the current terminal window is busy... if it is creater a new window HL:src\helpers\master.ts:330-371
129
+ - [X] ★ ━━━━ MOVE ITEM ━━━━ ★
130
+ - [x] opens a quick pick with that folders items, when an item is clicked on it takes the item ur moving and places it ontop of the item you clicked on, same as when you go to cut an entire line in vscode and paste it, it places it ontop of the line you placed ur cursor on
@@ -0,0 +1,95 @@
1
+ # CRM
2
+
3
+
4
+ - [x] DASHBOARDS - whenever you have time test with 2500, 5000 data objects to see if we need to paginate server side
5
+ - [ ] ping users cell phones when email or text comes through in the crm ensures they get notified even when they are away from desk
6
+ - [ ] free for single users? with paid upgrades? ie email sms phone calls
7
+ - [ ] when making free for all users, have a way for sales managers to join and see their teams stats, when sales people sign up they will have to assign themselves a dealer
8
+ - [ ] payment processor for purchases?
9
+ - [ ] cross platform ad manager, post it once here and push it to different providors
10
+
11
+
12
+ - [ ] -------- BACK BURNER --------
13
+ - [ ] whenever you try to switch to remix 2.0 build the microsoft login like you did over in the mobile web apps, custom build
14
+ - [ ] bdc center
15
+ - [ ] auto print signs for bikes from dealer inventory page
16
+ - [ ] implement server to accommodate automation https://github.com/Saicharan0662/email-scheduler-client
17
+ - [ ] ADMIN DASH - have it populate api keys so managers can hand them out
18
+ - [ ] ADMIN DASH - email / sms campaigns https://developers.klaviyo.com/en/reference/get_campaigns
19
+ - [ ] admin / import / csv wizard has the working code for dropping files onto inputs to upload them isntead of using the file explorer, we need to get this every else in the app
20
+ - [ ] client portal can make payments via online transfer and once we get payment processsing then take cards of the site as well
21
+ - [ ] create bdc
22
+ - [ ] in user getting started maybe have a video for first time walkthrough
23
+ - [ ] for receiving have option to print single tags?
24
+ - [ ] If you have enough money in your account right to get the versatile corporate account tonight that way we can start testing and modifying everything for that
25
+ - [ ] sales / customer / clientid / finance id -- useEffect with dependant emailData -- search text for -- useEffectEmaiLData
26
+ - [ ] redesign your own turbo repo and leave this garbage project in the past
27
+ - [ ] need to fix "files.autoSave": "afterDelay", "editor.cursorSurroundingLines": 0 in seetings.json so the file does not unfold at each save with cursor being push to bottom of file
28
+ - [ ] add a save mechanism while you type to the text editor
29
+ - [ ] sales / customer / clientid / finance id -- potential for useefect to be here -- search previous description to find areas quickly
30
+
31
+
32
+ - [ ] -------- AUTOMATION --------
33
+ - [ ] best system so far: offer options of what to do, the base need that they can turn off and on and write their own message, user does not have to setup their own automations this way or call head office to get them to do it
34
+ - [ ] customer set times of most common communications - MAYBE
35
+ - [ ] auto email at 5 2.5 months and 30 7 days before consent expires, 2 years if bought, 6 months if not
36
+ - [ ] customer 2 months after pick up to make sure everything is still good
37
+ - [ ] auto create events for sales staff to follow up with sales
38
+
39
+
40
+ - [ ] -------- CLIENT SITE --------
41
+ - [ ] enable customers to book rentals online by themselves
42
+
43
+
44
+ - [ ] -------- SALES --------
45
+ - [ ] sales bot - take care of some of the sales process - uses natural language processing and machine learning to assist in automated contract negotiations based on predefined parameters.
46
+ - [ ] sales bot 2 - customer onboarding
47
+ - [ ] sales bot 3 - after sales
48
+ - [ ] for sales data chart have three sections top - list 3 things to most improve on so the sales person doesnt have too look at or decipher the sales data, second graphic charts like on shadcn, then third and finnally breaking down into more nerdy numbers to see exactly what you need to do to improve every aspect
49
+ - Ai assistant to give hints on what to do next like a reminder
50
+ - [x] Ai assistant to book apointments complete and etc like gowrench or just a work flow o ustomers to guide themselves
51
+
52
+
53
+ - [ ] -------- SERVICE --------
54
+ - [ ] service dash - tab where it shows customers who havent had a service in 6 months
55
+ - [ ] SERVICE - scan incoming crates and add them into inventory or something, maybe a inbox for the admin to convert them to inventory
56
+
57
+
58
+ - [ ] -------- PAID FEATURE --------
59
+ - [x] PAID FEATURE - peech to text for quicker input - done in components folder
60
+ - [ ] PAID FEATURE - vercel has a nice write up on this to do in their platform - ai - wip - https://github.com/steven-tey/chathn/blob/main/app/api/chat/route.ts
61
+
62
+ - [ ] -------- IMPROVE USER EXP --------
63
+ - [x] https://www.youtube.com/watch?v=-0Qi0yMyLwQ optimistic add for modifying forms for when you get used to the layour
64
+ https://www.youtube.com/watch?v=-0Qi0yMyLwQ optimistic add for modifying forms for cache user and client info and othe rinfo used alot
65
+ https://www.youtube.com/watch?v=-0Qi0yMyLwQ optimistic add for modifying forms for tried to cache pages in entry.client... became too big after a while should only cache most used pages it also produced some weird side effects
66
+ https://www.youtube.com/watch?v=-0Qi0yMyLwQ optimistic add for modifying forms for optomized component reduce the frequency of re-renders like useMemo, memo, and useCallack
67
+ - [x] IMPROVE USER EXP - Service Workers and Background Sync: Service workers can help cache static assets and enable background synchronization which will allow users to continue interacting with the app when offline or on a slow connection. You can also use service workers to handle background prefetching
68
+ - [x] IMPROVE USER EXP - admin dashboard - when going over clients and other objects ie for clients open dialog on left have nave men`u with a first level of items such as finance work order acc order and the when you click on it you can then click on the tabs for each layer on that data segment
69
+ - [ ] IMPROVE USER EXP - Reducing Initial Data Payload: Audit the data fetched by each page or component and ensure that only necessary information is sent. For complex queries consider breaking down requests or loading partial data on initial load then fetching more details after the user has started interacting
70
+ - [ ] IMPROVE USER EXP - Optimizing Network Requests: Minimize the number of network requests made by bundling data together where possible using HTTP/2 to reduce connection overhead and compressing data responses with GZIP or Brotli
71
+ - [x] IMPROVE USER EXP - Client-Side State Management: If your app has frequent server interactions for small bits of data consider using a global state management solution like Zustand or Redux to store data in memory where possible to reduce server calls
72
+
73
+ - [ ] -------- END GAME --------
74
+ - [ ] have blue book values on quote section
75
+ - [ ] BLUE BOOK - contacted... no answer reach out again
76
+ - [ ] END GAME - have a second non-cloud option either as a rack for a server or tower for a non tech orientated dealer to be hosted on site but would need a license key that needs a new token every 30 days/6 months/12 months to operate based on payment plan hardware to be paid upfront before build payments start once activated at dealer
77
+ - [ ] END GAME - have ai take in last 5 emails with customer and suggest your next communication/script - not done yet but easy enough to complete in components folder
78
+ - [ ] END GAME - Predictive Customer Behavior Modeling, Utilize advanced machine learning models to predict future customer behaviors and preferences based on historical data. ie percentages on how liuekly the customer can be closed if asked at that time
79
+ - [ ] END GAME - customter analysis retention customer $ worth visits and more
80
+ - [ ] to login as any dealer user, have seperate dealer site where its closed off to everyone but dev and have the authentication login as user with their dealers db
81
+ - [ ] need to subscription portal
82
+ - [ ] CHECK SUBSCRIPTION move to dev and the last day of the month run the script through automation, or set up an api to get the alerts
83
+ - [ ] in loader put const partnerSite = dealer.partnerSite to gain access to calendar site
84
+ - [ ] DEV / CONTROLPANEL when saving dealer details save projectName
85
+ - [ ] move roles to dev so you can control the dealers roles from there
86
+ - [ ] need dashboard to connect to all the dealers dashboards
87
+ - [ ] dashboard - to manage phone numbers for users
88
+ - [ ] dashboard - to monitor / and charge correct amounts for text / voice / email
89
+ - [ ] dashboard - manager potential customer base
90
+ - [ ] dashboard - manage authentication for emergencies for dealers
91
+ - [ ] best system so far: offer options of what to do, the base need that they can turn off and on and write their own message, user does not have to setup their own automations this way or call head office to get them to do it
92
+ - [ ] customer set times of most common communications - MAYBE
93
+ - [ ] auto email at 5 2.5 months and 30 7 days before consent expires, 2 years if bought, 6 months if not
94
+ - [ ] customer 2 months after pick up to make sure everything is still good
95
+ - [ ] auto create events for sales staff to follow up with sales
@@ -0,0 +1,73 @@
1
+ # CODE EDITOR
2
+
3
+ - [x] use new remix platform
4
+ - [ ] somehow on the user presses enter after they put the denomination amount with a purcahse order, to open the cash drawer and in huge bold letters display the change amount to be given to the customer
5
+
6
+ - [ ] Integrations
7
+ - [ ] QuickBooks/Xero for accounting.
8
+ - [ ] Shopify/WooCommerce for e-commerce sync.
9
+ - [ ] Payroll systems (Gusto, ADP).
10
+
11
+ - [ ] Advanced Analytics
12
+ - [ ] Profit margin tracking per product/employee.
13
+ - [ ] Heatmaps of peak sales times.
14
+
15
+ - [ ] B2B Features
16
+ - [ ] Wholesale ordering portal for bulk clients.
17
+
18
+ - [ ] Mobile App
19
+ - [ ] Allow employees to clock in/out, request time off, view schedules, and receive announcements.
20
+ - [ ] Managers could approve requests, check reports, and manage inventory on the go.
21
+
22
+ - [ ] Customer Loyalty Program
23
+ - [x] Built-in rewards system (points, discounts).
24
+ - [ ] Email/SMS marketing integration
25
+
26
+ - [x] LOGIN PAGE
27
+ - [x] Microsoft login but new custom version
28
+
29
+ - [x] INVENTORY PAGE
30
+ - [x] PRODUCT SCANNER
31
+ - [ ] RECEIVING PAGE
32
+ - [x] LABEL MAKER
33
+ - [ ] UNFULFILLED ORDERS
34
+ - [ ] online orders
35
+
36
+ - [ ] USERS
37
+ - [x] role access
38
+
39
+ - [x] PRODUCT PAGE
40
+ - [x] product pages have min order
41
+ - [x] points when purchased and points to qualify it as a free product
42
+ - [x] give each product a amount of points and whenever the purchase has gone through it will add those points to the order
43
+ - [x] desc
44
+ - [x] quantity
45
+ - [x] title
46
+ - [ ] build it as if you were building a website to go along side it
47
+ - [x] have toggle that effectly says do not order anymore so to exclude it from the order page
48
+
49
+ - [ ] ORDER PAGE
50
+ - [ ] order page that displays what products are in stock and under min order
51
+ - [x] product page will have toggle that effectly says do not order anymore so to exclude it from the order page
52
+
53
+ - [ ] HOME PAGE
54
+ - [x] include search bar to search for email
55
+ - [x] button that says p/o w/o client purchase order without client
56
+
57
+ - [ ] CLIENTS PAGE
58
+ - [ ] login page
59
+ - [ ] logout
60
+ - [ ] dashboard to show points, and maybe cart?
61
+ - [ ] integrated points system so there's no physical card
62
+ - [ ] whenever a client has enough points, on the UI visibly indicate which products they can get free with a use points button per product and subtract the points used for that purchase
63
+ - [ ] once purchase has completed subtract those points from their profile
64
+ - [ ] whenever they select a product to use the points on it will then display if they have enough points what other products they can use them on till they run out of useable points
65
+
66
+ - [ ] CLIENT FACING WEBPAGE
67
+ - [ ] accompanying website to sell products
68
+
69
+
70
+ - [ ] ADMIN
71
+ - [x] creeate page to adding editing ticket related things labels, { value: "Cant Get Client In To Sign", label: "Cant Get Client In To Sign", },
72
+ - [x] ^ same as above for depts { label: "Sales", value: "Sales" },
73
+ ith these steps, and I'll help you troubleshoot!