@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,79 @@
1
+ # CRM URGENT
2
+
3
+
4
+ - [ ] how do csis go to customers
5
+ - [ ] when creating currentMYModels make sure they attach to the dealer in the database
6
+ - [ ] need to update create currentMY page
7
+ - [ ] need to do quick walkthrough video from main site for dealers to look at
8
+ - [ ] need to update admin due to schema change for DealRequest or whever deal requests are done
9
+ - [ ] unicorn search needs to be completed
10
+ - [ ] CustomTemplatePrint need to repalce with actual print
11
+ - [ ] PrintPdf same as above
12
+
13
+ - [ ] -------- CALENDAR --------
14
+ - [ ] chart filter - end of day reports, reports, leaderboasrd, sales stats
15
+ - [ ] need to create action and add forms to on drop and such for service calendar
16
+ - [ ] redo service right sidebar
17
+ - [ ] neeed to add communications abilties to mobile sales dashboard
18
+ - [ ] client setter
19
+
20
+ - [ ] -------- SALES --------
21
+ - [ ] create "sales coach", activateable through profile, give tips, tricks, warnings as the user does actions for example when rebooking appts, if the appt is set out farther than three days confirm that they really want to set it out that far into the future risking loosing the client in doing so, and have a button where they text or email client that says not sure what to say? and when they open the tool tip explain that they should open the scripts to get ideas on how to approach the client
22
+ - [ ] show sales funnel percentages appts to quotes to sales converted
23
+ - [ ] UNITFILE FINANCE CALC - Need to somehow get all the totals from the finance tab to the deposits tab maybe use redux somehow....
24
+ - [ ] FINANCE CALC - need to ensure all options figures are going through
25
+ - [ ] FINANCE CALC - need to update options overview in sales - once options are selected we need to add the total together and save it to the finance object to be used in the finance calc
26
+ - [ ] need a way to input custom line items for bos so extra items can be inputted
27
+ - [ ] unit file - need to find a way to see if all signatures have beeen signed, maybe add new field in the schema that couunts all the signatures when the user saves beforesending to client, when client signs get number from db and count how many signatures are in inputs since inputs only shows the signatures completed
28
+ - [ ] unit file - notify user that inventory isnt assigned, same with setting it to sold
29
+ - [ ] Unit Notifier - Never miss a sales opportunity again. Our intelligent alert system automatically notifies customers when their desired vehicle arrives in inventory, creating instant sales opportunities
30
+ - [ ] create page to create, edit currentMY
31
+ - [ ] make sure finance handoff works
32
+ - [ ] dealer/accessories/newOrder/cm06lhi4u0001lb03xvaq4gwu print receipt not working in prod
33
+ - [ ] mass email - need to redo
34
+
35
+ - [ ] -------- PDF --------
36
+ - [x] Send notifications
37
+ - [ ] connect pdf signer with client portal
38
+
39
+ - [ ] -------- INVENTORY --------
40
+ - [ ] refunded deposit button to remove it from unit file and put it back up for sale
41
+ - [ ] setting to sold, use seearch command search to search for unit file
42
+
43
+ - [ ] -------- CLIENT SITE --------
44
+ - [ ] sales quotes tab, finish actions
45
+ - [ ] sales finance app, require clienbt to upload dl
46
+ - [ ] in client portal sales quotes tab, finish actions
47
+ - [ ] in client portal sales finance app, require clienbt to upload dl
48
+ - [ ] need to create `/dealer/currentMY/reserveNow/${model.id}`
49
+ - [ ] need to create `/dealer/currentMY/contact/${model.id}`
50
+ - [ ] and do something with the save feature from the byo
51
+ - [ ] for client site we need to filter out current my units that are displayed by the current year, already updated sales/options so we can copy it from there
52
+ - [ ] need to update client site configurator to accomadate more complex models ie manitou
53
+
54
+ - [ ] -------- SERVICE --------
55
+ - [ ] delivery calendar - put in print day incase the driver doesnt have a cell/ charger
56
+
57
+ - [ ] -------- TUTORIALS AND REFERENCE --------
58
+ - [ ] need to do videos for each position
59
+
60
+ - [ ] -------- DEV --------
61
+ - [ ] move to a different site that isnt public facing, or atleast a different address then our public site, that way if someone does gain access they dont have access to your dealers data
62
+ - [ ] back ups of databases for dealers once in production?
63
+ - [ ] 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
64
+ - [ ] DEV / CONTROLPANEL vercel api response when saving dealer details save projectName
65
+ - [ ] DASHBOARD - to manage phone numbers for users
66
+ - [ ] DASHBOARD - to monitor / and charge correct amounts for text / voice / email
67
+ - [ ] DASHBOARD - manager potential customer base
68
+ - [ ] DASHBOARD - manage authentication for emergencies for dealers
69
+ - [ ] add cors to /portal/dev/api/roadmap
70
+
71
+ - [ ] -------- 613 MOTORSPORTS ---------
72
+ - [x] called steph, hes interested in getting it for his shop
73
+ - [x] follow up with steph
74
+ - [x] sent him questionare on what he wants to see in it
75
+ - [ ] questions
76
+ - [ ] how do u want to discount items
77
+
78
+
79
+ - [ ] -------- COMPLETED --------
@@ -0,0 +1,3 @@
1
+ # notes repo url
2
+
3
+ - https://github.com/8an3/mynotesrepo.git
@@ -0,0 +1,133 @@
1
+ # vscode_color_settings
2
+
3
+ "workbench.colorCustomizations": {
4
+ // background
5
+ "background": "#09090b",
6
+ "menubar.background": "#09090b",
7
+ "menubar.menu": "#09090b",
8
+ "activityBar.background": "#09090b",
9
+ "terminal.background": "#09090b",
10
+ "titleBar.inactiveBackground": "#09090b",
11
+ "titleBar.activeBackground": "#09090b",
12
+ "panel.background": "#09090b",
13
+ "terminalCommandDecoration.defaultBackground": "#09090b",
14
+ "sideBar.background": "#09090b",
15
+ "sideBarSectionHeader.background": "#262626",
16
+ "editor.background": "#09090b",
17
+ "editorGroup.emptyBackground": "#09090b",
18
+ "statusBar.background": "#09090b",
19
+ "panel.background": "#09090b",
20
+ "editorGroupHeader.tabsBackground": "#09090b",
21
+ // border
22
+ "activityBar.border": "#09090b",
23
+ "menu.border": "#262626",
24
+ "menu.separatorBackground": "#262626",
25
+ "sideBar.border": "#262626",
26
+ "tree.tableColumnsBorder": "#262626",
27
+ "tab.border": "#262626",
28
+ "statusBar.border": "#262626",
29
+ "panel.border": "#262626",
30
+ // foreground
31
+ "menu.foreground": "#9f9fa9",
32
+ "foreground": "#9f9fa9",
33
+ "menubar.foreground": "#71717a",
34
+ "activityBar.foreground": "#fafafa",
35
+ "sideBarSectionHeader.foreground": "#fafafa",
36
+ "explorer.folderItem.foreground": "#27272a",
37
+ "panelTitle.activeForeground": "#fafafa",
38
+ "list.focusForeground": "#fafafa",
39
+ // scrollbar hoverBackground
40
+ "scrollbarSlider.hoverBackground": "#2E3135",
41
+ // scrollbar activeBackground
42
+ "scrollbarSlider.activeBackground": "#2E3135",
43
+ // scrollbar background
44
+ "scrollbarSlider.background": "#212225",
45
+ // input background
46
+ "input.background": "#09090b",
47
+ // dropdown background
48
+ "dropdown.background": "#262626",
49
+ // button background
50
+ "button.background": "#262626",
51
+ // button hoverBackground
52
+ "button.hoverBackground": "#3d3d3d",
53
+ // input foreground
54
+ "input.foreground": "#fafafa",
55
+ // button foreground
56
+ "button.foreground": "#fafafa",
57
+ // siebar foreground
58
+ "sideBar.foreground": "#71717a",
59
+ // status bar foreground
60
+ "statusBar.foreground": "#9f9fa9",
61
+ // editor foreground
62
+ "editor.foreground": "#fafafa",
63
+ // inactive foreground
64
+ "activityBar.inactiveForeground": "#8c8c8c",
65
+ // explorer fileItem foreground
66
+ "explorer.fileItem.foreground": "#9f9fa9",
67
+ // selection
68
+ "menubar.selectionBackground": "#262626",
69
+ "menu.selectionBackground": "#262626",
70
+ "menubar.selectionForeground": "#fafafa",
71
+ "menu.selectionForeground": "#fafafa",
72
+ // active selection
73
+ "list.activeSelectionBackground": "#212225",
74
+ "list.activeSelectionForeground": "#fafafa",
75
+ // input border
76
+ "input.border": "#262626",
77
+ // inputOption.activeBorder
78
+ "inputOption.activeBorder": "#fafafa",
79
+ // other
80
+ "focusBorder": "#3a3a3a",
81
+ "errorForeground": "#e54d4d",
82
+ "activityBarBadge.background": "#0078d4",
83
+ "activityBarBadge.foreground": "#fafafa",
84
+ "editor.lineHighlightBackground": "#27272a",
85
+ "editor.selectionBackground": "#2c2c2c",
86
+ "editorCursor.foreground": "#fafafa",
87
+ "editorIndentGuide.background1": "#26262680",
88
+ "editorWhitespace.foreground": "#262626",
89
+ "list.focusBackground": "#262626",
90
+ "list.hoverBackground": "#2626264D",
91
+ "list.highlightForeground": "#6a3cd8",
92
+ "explorer.fileItem.hoverForeground": "#fafafa",
93
+ "explorer.folderItem.hoverForeground": "#fafafa",
94
+ "explorer.folderItem.selectedIconForeground": "#fafafa",
95
+ "tree.indentGuidesStroke": "#a1a1aa30",
96
+ "explorer.fileItem.conflictForeground": "#e54d4d",
97
+ "explorer.fileItem.errorForeground": "#e54d4d",
98
+ "explorer.fileItem.warningForeground": "#d29922",
99
+ "list.dropBackground": "#6a3cd840",
100
+ "list.filterMatchBackground": "#6a3cd820",
101
+ "tab.activeBackground": "#0a0a0a",
102
+ "tab.activeForeground": "#fafafa",
103
+ "tab.inactiveBackground": "#0a0a0a",
104
+ "tab.inactiveForeground": "#a1a1aa",
105
+ "tab.activeBorder": "#09090b",
106
+ "statusBarItem.hoverBackground": "#262626",
107
+ "list.inactiveSelectionBackground": "#26262640",
108
+ "list.hoverForeground": "#fafafa",
109
+ "explorer.folderItem.iconForeground": "#a1a1aa",
110
+ "explorer.fileItem.selectedIconForeground": "#fafafa",
111
+ "explorer.fileItem.modifiedForeground": "#29c3a0",
112
+ // git
113
+ "gitDecoration.deletedResourceForeground": "#e54d4d",
114
+ "gitDecoration.conflictingResourceForeground": "#b369dd",
115
+ "gitDecoration.submoduleResourceForeground": "#27272a",
116
+ // terminal
117
+ "terminal.ansiBlack": "#0a0a0a",
118
+ "terminal.ansiBlue": "#3d8fd1",
119
+ "terminal.ansiCyan": "#29c3a0",
120
+ "terminal.ansiGreen": "#29c3a0",
121
+ "terminal.ansiMagenta": "#b369dd",
122
+ "terminal.ansiRed": "#e54d4d",
123
+ "terminal.ansiWhite": "#fafafa",
124
+ "terminal.ansiYellow": "#d29922",
125
+ "terminal.ansiBrightBlue": "#3d8fd1",
126
+ "terminal.ansiBrightCyan": "#29c3a0",
127
+ "terminal.ansiBrightGreen": "#29c3a0",
128
+ "terminal.ansiBrightMagenta": "#b369dd",
129
+ "terminal.ansiBrightRed": "#e54d4d",
130
+ "terminal.ansiBrightYellow": "#d29922"
131
+ },
132
+ "git.decorations.enabled": false,
133
+ "scm.diffDecorations": "none"
@@ -0,0 +1,11 @@
1
+ # Googles Snapchat Upload Hack
2
+
3
+ Google employee going over Snapchat upload picture and how fast it was perceived due to how it was done on the backend
4
+
5
+ And you typed in your username or your email address, Even before you've entered in your password, like the chance probability, once you enter in your username that you're going to actually sign in is extremely high. So, why not just start, loading your account in the background? Not, not like sending it down to the desktop.
6
+
7
+ That would be a security issue. But like loaded into memory on the server like get it ready and prepare it. I just thought that was so fascinating and unintuitive. I was like Mike, why don't we just do that? But like we'll just upload the photo and like assume.
8
+
9
+ You're gonna upload the photo, but if you forget about it or don't end up uploading the photo we'll delete it right away. So what ended up happening was people would caption their, photo they'd press done or upload and you'd see those little progress bars just go across the page. It was lightning fast. Okay. We were no faster than anyone else at the time but by choosing 512 by 512 and kilobyte for the photo and uploading the photo in the background, it almost guaranteed that it was done by the time you captioned and everyone that used it was like How the hell is this thing so fast?
10
+
11
+
@@ -0,0 +1,229 @@
1
+ # APP IDEA - Lawyer CRM
2
+
3
+
4
+ i have another idea for another field a case content management system and client crm for lawyers, so whether ur lawyer or self representing you can use the app to manage ur case files and flow, for self representing it would guide you through the process so its not as overwhelming while at the same time, leaving clients in complete control of their data because whenever a client swithc representation it can take over 6 weeks for the data to reach the new lawyers, this would give them the ability to give the new team access on day one while at the same time for self representers obtaining legal reps while the case in progross the new lawyers could navigate the case with ease as everyhting is waiting for them, for lawyers it would be a compllete crm and case management system
5
+ This is a fantastic idea! A case content management system and client CRM for lawyers that also supports self-representing individuals could revolutionize how legal cases are managed. By giving clients control over their data and streamlining the process for lawyers, you can address a significant pain point in the legal industry: the inefficiency and delays in transferring case data between legal teams.
6
+
7
+ Here’s a detailed breakdown of how you can design and implement this system:
8
+
9
+ Key Features
10
+ For Lawyers:
11
+ Case Management:
12
+
13
+ Organize case files, documents, and evidence in a centralized system.
14
+
15
+ Track case progress, deadlines, and milestones.
16
+
17
+ Assign tasks to team members and set reminders.
18
+
19
+ Client CRM:
20
+
21
+ Manage client information, communication history, and billing.
22
+
23
+ Track client interactions and case updates.
24
+
25
+ Collaboration Tools:
26
+
27
+ Share documents and updates with clients and team members.
28
+
29
+ Use secure messaging for communication.
30
+
31
+ Analytics and Reporting:
32
+
33
+ Generate reports on case progress, billable hours, and client engagement.
34
+
35
+ Track key metrics for law firm performance.
36
+
37
+ For Self-Representing Individuals:
38
+ Guided Case Management:
39
+
40
+ Step-by-step guidance for filing documents, meeting deadlines, and preparing for court.
41
+
42
+ Templates for legal documents (e.g., motions, affidavits).
43
+
44
+ Data Ownership:
45
+
46
+ Clients retain full control over their case data.
47
+
48
+ Easily grant or revoke access to legal representatives.
49
+
50
+ Transition to Legal Representation:
51
+
52
+ Seamlessly transfer case data to a new legal team.
53
+
54
+ Provide new lawyers with immediate access to all case files and history.
55
+
56
+ Educational Resources:
57
+
58
+ Provide FAQs, legal guides, and tutorials to help self-representing individuals navigate the legal system.
59
+
60
+ Tech Stack
61
+ Frontend:
62
+ Framework: Remix-run (as you're already using it)
63
+
64
+ UI Library: Tailwind CSS, Chakra UI, or Material-UI
65
+
66
+ Backend:
67
+ Framework: Node.js with Express or Remix’s built-in server capabilities
68
+
69
+ Database: PostgreSQL or MongoDB (for storing case files, client data, and user accounts)
70
+
71
+ ORM: Prisma (for database management)
72
+
73
+ Authentication:
74
+ Remix-auth: For handling user login and authentication.
75
+
76
+ Role-Based Access Control (RBAC): Differentiate between lawyers, clients, and self-representing individuals.
77
+
78
+ File Storage:
79
+ Cloud Storage: AWS S3, Google Cloud Storage, or Supabase Storage for storing case files and documents.
80
+
81
+ Hosting:
82
+ Platform: Vercel, Netlify, or AWS for hosting the app.
83
+
84
+ Workflow
85
+ For Lawyers:
86
+ Onboarding:
87
+
88
+ Lawyers create an account and set up their firm profile.
89
+
90
+ Invite team members and clients to join the platform.
91
+
92
+ Case Management:
93
+
94
+ Create a new case and upload relevant documents.
95
+
96
+ Assign tasks, set deadlines, and track progress.
97
+
98
+ Client Interaction:
99
+
100
+ Communicate with clients via secure messaging.
101
+
102
+ Share updates and documents with clients.
103
+
104
+ Billing and Reporting:
105
+
106
+ Track billable hours and generate invoices.
107
+
108
+ Generate reports on case progress and firm performance.
109
+
110
+ For Self-Representing Individuals:
111
+ Onboarding:
112
+
113
+ Create an account and start a new case.
114
+
115
+ Follow guided steps to file documents and prepare for court.
116
+
117
+ Case Management:
118
+
119
+ Upload documents, track deadlines, and receive reminders.
120
+
121
+ Use templates to create legal documents.
122
+
123
+ Transition to Legal Representation:
124
+
125
+ Grant access to a new legal team when needed.
126
+
127
+ Ensure the new team has immediate access to all case data.
128
+
129
+ Implementation Steps
130
+ Build the Frontend:
131
+
132
+ Create a user-friendly interface for lawyers and self-representing individuals.
133
+
134
+ Use role-based views to customize the experience for different user types.
135
+
136
+ Set Up the Backend:
137
+
138
+ Create API endpoints for case management, document storage, and user authentication.
139
+
140
+ Use Prisma to manage the database schema and queries.
141
+
142
+ File Storage:
143
+
144
+ Integrate cloud storage for secure document uploads and sharing.
145
+
146
+ Authentication and RBAC:
147
+
148
+ Implement role-based access control to differentiate between lawyers, clients, and self-representing individuals.
149
+
150
+ Guided Case Management:
151
+
152
+ Develop a step-by-step workflow for self-representing individuals.
153
+
154
+ Provide templates and educational resources.
155
+
156
+ Testing and Deployment:
157
+
158
+ Test the app with a small group of lawyers and self-representing individuals.
159
+
160
+ Deploy the app to a hosting platform and make it available to users.
161
+
162
+ Compliance and Security
163
+ Data Privacy:
164
+
165
+ Ensure compliance with data protection regulations (e.g., GDPR, CCPA).
166
+
167
+ Use encryption for sensitive data and secure communication.
168
+
169
+ Client Control:
170
+
171
+ Allow clients to grant or revoke access to their case data at any time.
172
+
173
+ Audit Logs:
174
+
175
+ Maintain logs of all actions taken on the platform for accountability.
176
+
177
+ Future Enhancements
178
+ Integration with Legal Tools:
179
+
180
+ Integrate with legal research tools, e-filing systems, and court calendars.
181
+
182
+ AI-Powered Features:
183
+
184
+ Use AI to analyze case data, predict outcomes, and provide recommendations.
185
+
186
+ Mobile App:
187
+
188
+ Develop a mobile app for on-the-go case management.
189
+
190
+ Multi-Language Support:
191
+
192
+ Add support for multiple languages to make the app accessible to a wider audience.
193
+
194
+ This system has the potential to significantly improve efficiency and transparency in the legal industry. Let me know if you need help with specific parts of the implementation, such as setting up the database, designing the user interface, or integrating cloud storage!
195
+
196
+ make it so client and lawyer has same access to file and do with it as they please, client can add a new lawyer no problem same with lawyer, make documents easy to access for everyone and to share
197
+
198
+ choose type of court; family law, criminal
199
+
200
+ self repped cases guide them through the procedure of the case and help them with east digestble process, unlike cleo and their process
201
+
202
+ when guiding them through the steps kinda have it like a trello board, alex talks about this in the video
203
+
204
+ have it easy for lawyers to send data too with an api from their website like alexs so they can save time in the onboaridng process
205
+
206
+ have it so it can create forms for lawyers to use on their website with the informatino needed to collect
207
+
208
+ have a pdf custommizer like on dsa
209
+
210
+ have it be able to send docs out to sign, with docusign unless u work on urs more
211
+
212
+ alexs softeware is like a crm, on the lawyer side have it be able to easily trrack where clients are in the process with notes on each individual process to keep themselves in the loop and remind themselves what to do
213
+
214
+ have calendar like dsa with mobile freindly pages
215
+
216
+ have it so at one click you can save all the forms as pdfs with clear instructinos on where to send them and when
217
+
218
+ needs to be able to send receipts and orders to customers, with allowing client to select and pick their own appointments
219
+
220
+
221
+
222
+ www.actionstep.com
223
+
224
+ cleo sign up for free month
225
+
226
+ submit documents by
227
+ email
228
+ justiceservices
229
+ caselines