@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.
- package/.env +2 -0
- package/.gitignore copy +6 -0
- package/.vscode/ntrsync/.vscode/ocrmnavigator/id.txt +1 -0
- package/.vscode/ntrsync/.vscode/ocrmnavigator.code-snippets +3664 -0
- package/.vscode/ntrsync/00002_CRM URGENT_todo.md +79 -0
- package/.vscode/ntrsync/10005_notes repo url.md +3 -0
- package/.vscode/ntrsync/10012_vscode_color_settings.md +133 -0
- package/.vscode/ntrsync/10013_Googles Snapchat Upload Hack note.md +11 -0
- package/.vscode/ntrsync/10014_APP IDEA - Lawyer CRM.md +229 -0
- package/.vscode/ntrsync/10015_APP IDEA - Onlyfans.md +293 -0
- package/.vscode/ntrsync/10016_notes repo url.md +3 -0
- package/.vscode/ntrsync/10504_adhd symptom.md +3 -0
- package/.vscode/ntrsync/10505_APP IDEA - GMAIL.md +39 -0
- package/.vscode/ntrsync/10506_container home - build mats.md +18 -0
- package/.vscode/ntrsync/10507_cleint facing site meta and loader function.md +25 -0
- package/.vscode/ntrsync/10508_Sabaak VSCode 1-8 players - private teams, solo q, duos q.md +11 -0
- package/.vscode/ntrsync/10509_schema dump.md +80 -0
- package/.vscode/ntrsync/10510_APPT BEACONHILL_reminder.md +7 -0
- package/.vscode/ntrsync/10512_clipboard very usefull should use asap within all apps.md +101 -0
- package/.vscode/ntrsync/10516_DevStack_todo.md +130 -0
- package/.vscode/ntrsync/10517_CRM_todo.md +95 -0
- package/.vscode/ntrsync/10518_Catalyst POS_todo.md +73 -0
- package/.vscode/ntrsync/10519_Catalyst Software_todo.md +497 -0
- package/.vscode/ntrsync/10523_new note.md +6 -0
- package/.vscode/ntrsync/10524_New Reminder_reminder.md +5 -0
- package/.vscode/ntrsync/10525_Mobile - Notes, To-Dos And Things_todo.md +4 -0
- package/.vscode/ntrsync/90002_COMPLETED_todo.md +97 -0
- package/.vscode/ntrsync/README.md +1 -0
- package/.vscode/ocrmnavigator/id.txt +1 -0
- package/.vscode/ocrmnavigator.code-snippets +349 -0
- package/.vscode/settings.json +1 -0
- package/CHANGELOG.md +6 -0
- package/LICENSE.md +21 -0
- package/README.md +1612 -0
- package/bin/dev.cmd +3 -0
- package/bin/dev.js +17 -0
- package/bin/run.cmd +3 -0
- package/bin/run.js +5 -0
- package/config.asgard +8 -0
- package/dist/commands/add-source.d.ts +9 -0
- package/dist/commands/add-source.d.ts.map +1 -0
- package/dist/commands/add-source.js +68 -0
- package/dist/commands/add-source.js.map +1 -0
- package/dist/commands/baldr.d.ts +5 -0
- package/dist/commands/baldr.d.ts.map +1 -0
- package/dist/commands/baldr.js +35 -0
- package/dist/commands/baldr.js.map +1 -0
- package/dist/commands/combine-timelines.d.ts +5 -0
- package/dist/commands/combine-timelines.d.ts.map +1 -0
- package/dist/commands/combine-timelines.js +53 -0
- package/dist/commands/combine-timelines.js.map +1 -0
- package/dist/commands/create-project.d.ts +10 -0
- package/dist/commands/create-project.d.ts.map +1 -0
- package/dist/commands/create-project.js +195 -0
- package/dist/commands/create-project.js.map +1 -0
- package/dist/commands/create-timeline.d.ts +8 -0
- package/dist/commands/create-timeline.d.ts.map +1 -0
- package/dist/commands/create-timeline.js +54 -0
- package/dist/commands/create-timeline.js.map +1 -0
- package/dist/commands/delete-project.d.ts +5 -0
- package/dist/commands/delete-project.d.ts.map +1 -0
- package/dist/commands/delete-project.js +47 -0
- package/dist/commands/delete-project.js.map +1 -0
- package/dist/commands/delete-source.d.ts +8 -0
- package/dist/commands/delete-source.d.ts.map +1 -0
- package/dist/commands/delete-source.js +57 -0
- package/dist/commands/delete-source.js.map +1 -0
- package/dist/commands/delete-timeline.d.ts +8 -0
- package/dist/commands/delete-timeline.d.ts.map +1 -0
- package/dist/commands/delete-timeline.js +54 -0
- package/dist/commands/delete-timeline.js.map +1 -0
- package/dist/commands/delete-version.d.ts +8 -0
- package/dist/commands/delete-version.d.ts.map +1 -0
- package/dist/commands/delete-version.js +65 -0
- package/dist/commands/delete-version.js.map +1 -0
- package/dist/commands/download-file.d.ts +17 -0
- package/dist/commands/download-file.d.ts.map +1 -0
- package/dist/commands/download-file.js +87 -0
- package/dist/commands/download-file.js.map +1 -0
- package/dist/commands/download-folder.d.ts +18 -0
- package/dist/commands/download-folder.d.ts.map +1 -0
- package/dist/commands/download-folder.js +111 -0
- package/dist/commands/download-folder.js.map +1 -0
- package/dist/commands/download-source.d.ts +12 -0
- package/dist/commands/download-source.d.ts.map +1 -0
- package/dist/commands/download-source.js +46 -0
- package/dist/commands/download-source.js.map +1 -0
- package/dist/commands/gh-setup.d.ts +7 -0
- package/dist/commands/gh-setup.d.ts.map +1 -0
- package/dist/commands/gh-setup.js +106 -0
- package/dist/commands/gh-setup.js.map +1 -0
- package/dist/commands/load-project.d.ts +5 -0
- package/dist/commands/load-project.d.ts.map +1 -0
- package/dist/commands/load-project.js +56 -0
- package/dist/commands/load-project.js.map +1 -0
- package/dist/commands/menu.d.ts +5 -0
- package/dist/commands/menu.d.ts.map +1 -0
- package/dist/commands/menu.js +41 -0
- package/dist/commands/menu.js.map +1 -0
- package/dist/commands/midgardr.d.ts +5 -0
- package/dist/commands/midgardr.d.ts.map +1 -0
- package/dist/commands/midgardr.js +24 -0
- package/dist/commands/midgardr.js.map +1 -0
- package/dist/commands/publish-project.d.ts +5 -0
- package/dist/commands/publish-project.d.ts.map +1 -0
- package/dist/commands/publish-project.js +102 -0
- package/dist/commands/publish-project.js.map +1 -0
- package/dist/commands/replace-timeline.d.ts +8 -0
- package/dist/commands/replace-timeline.d.ts.map +1 -0
- package/dist/commands/replace-timeline.js +63 -0
- package/dist/commands/replace-timeline.js.map +1 -0
- package/dist/commands/restore-version.d.ts +8 -0
- package/dist/commands/restore-version.d.ts.map +1 -0
- package/dist/commands/restore-version.js +67 -0
- package/dist/commands/restore-version.js.map +1 -0
- package/dist/commands/save-project.d.ts +8 -0
- package/dist/commands/save-project.d.ts.map +1 -0
- package/dist/commands/save-project.js +43 -0
- package/dist/commands/save-project.js.map +1 -0
- package/dist/commands/set-source.d.ts +9 -0
- package/dist/commands/set-source.d.ts.map +1 -0
- package/dist/commands/set-source.js +59 -0
- package/dist/commands/set-source.js.map +1 -0
- package/dist/commands/switch-timeline.d.ts +8 -0
- package/dist/commands/switch-timeline.d.ts.map +1 -0
- package/dist/commands/switch-timeline.js +61 -0
- package/dist/commands/switch-timeline.js.map +1 -0
- package/dist/commands/sync-source.d.ts +5 -0
- package/dist/commands/sync-source.d.ts.map +1 -0
- package/dist/commands/sync-source.js +29 -0
- package/dist/commands/sync-source.js.map +1 -0
- package/dist/commands/upload-project+++.d.ts +5 -0
- package/dist/commands/upload-project+++.d.ts.map +1 -0
- package/dist/commands/upload-project+++.js +32 -0
- package/dist/commands/upload-project+++.js.map +1 -0
- package/dist/commands/upload-project++.d.ts +5 -0
- package/dist/commands/upload-project++.d.ts.map +1 -0
- package/dist/commands/upload-project++.js +33 -0
- package/dist/commands/upload-project++.js.map +1 -0
- package/dist/commands/upload-project+.d.ts +5 -0
- package/dist/commands/upload-project+.d.ts.map +1 -0
- package/dist/commands/upload-project+.js +40 -0
- package/dist/commands/upload-project+.js.map +1 -0
- package/dist/commands/upload-project.d.ts +5 -0
- package/dist/commands/upload-project.d.ts.map +1 -0
- package/dist/commands/upload-project.js +29 -0
- package/dist/commands/upload-project.js.map +1 -0
- package/dist/commands/view-timeline.d.ts +5 -0
- package/dist/commands/view-timeline.d.ts.map +1 -0
- package/dist/commands/view-timeline.js +39 -0
- package/dist/commands/view-timeline.js.map +1 -0
- package/dist/commands/view-versions.d.ts +5 -0
- package/dist/commands/view-versions.d.ts.map +1 -0
- package/dist/commands/view-versions.js +45 -0
- package/dist/commands/view-versions.js.map +1 -0
- package/dist/git/helpers.d.ts +10 -0
- package/dist/git/helpers.d.ts.map +1 -0
- package/dist/git/helpers.js +300 -0
- package/dist/git/helpers.js.map +1 -0
- package/dist/git/sync-repo.d.ts +2 -0
- package/dist/git/sync-repo.d.ts.map +1 -0
- package/dist/git/sync-repo.js +17 -0
- package/dist/git/sync-repo.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/utils/box.d.ts +11 -0
- package/dist/utils/box.d.ts.map +1 -0
- package/dist/utils/box.js +158 -0
- package/dist/utils/box.js.map +1 -0
- package/ideas.md +46 -0
- package/package.json +53 -0
- package/src/commands/add-source.js +72 -0
- package/src/commands/baldr.js +38 -0
- package/src/commands/combine-timelines.js +65 -0
- package/src/commands/create-project.js +216 -0
- package/src/commands/create-timeline.js +60 -0
- package/src/commands/delete-project.js +54 -0
- package/src/commands/delete-source.js +63 -0
- package/src/commands/delete-timeline.js +63 -0
- package/src/commands/delete-version.js +74 -0
- package/src/commands/download-file.js +101 -0
- package/src/commands/download-folder.js +123 -0
- package/src/commands/download-source.js +51 -0
- package/src/commands/gh-setup.js +77 -0
- package/src/commands/load-project.js +63 -0
- package/src/commands/menu.js +46 -0
- package/src/commands/midgardr.js +25 -0
- package/src/commands/publish-project.js +167 -0
- package/src/commands/replace-timeline.js +76 -0
- package/src/commands/restore-version.js +80 -0
- package/src/commands/save-project.js +48 -0
- package/src/commands/set-source.js +65 -0
- package/src/commands/switch-timeline.js +69 -0
- package/src/commands/sync-source.js +32 -0
- package/src/commands/upload-project+++.js +34 -0
- package/src/commands/upload-project++.js +35 -0
- package/src/commands/upload-project+.js +47 -0
- package/src/commands/upload-project.js +31 -0
- package/src/commands/view-timeline.js +43 -0
- package/src/commands/view-versions.js +50 -0
- package/src/git/helpers.js +333 -0
- package/src/git/sync-repo.js +16 -0
- package/src/index.js +2 -0
- package/src/utils/box.js +282 -0
- package/tsconfig.json +23 -0
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
# Asgard Software
|
|
2
|
+
|
|
3
|
+
- [ ] ★ ━━━━ ☆ ━━━━ TO-DO ━━━━ ☆ ━━━━ ★
|
|
4
|
+
- [ ] need to change landing pages components list to use the same layout as we did in markdown cheat sheet, and this is to be placed under the transistion statement we posted in asgard.md over in devestack
|
|
5
|
+
- [ ] on load display all categories and items
|
|
6
|
+
- [ ] left side bar contains the 3 root level cateogies meanwhile the right sidebar contains all the catgories in that root level cateogiry
|
|
7
|
+
- [ ] centered at the top will be a search bar
|
|
8
|
+
- [ ] this still conveys how large the library but doesnt force the user to subject them to searching through that horse shit list
|
|
9
|
+
- [ ] with the same list foundation use this as the new list components that works similar to showcase
|
|
10
|
+
- [ ] change auth in catalystsoftware/ui from pssword to, grabbing the current user email instaed pinging the server to see if they subscribe and if they do offer the prem menu
|
|
11
|
+
- [ ] each component needs the same comment section as animated text, or anything within the x category
|
|
12
|
+
- [x] premium only midgardr focused extension
|
|
13
|
+
- [ ] pnpm dlx ui-thing@latest add flip-clock
|
|
14
|
+
|
|
15
|
+
- [ ] need to add best in class `settings.json resource`
|
|
16
|
+
- [ ] an option when creating config items, to create a file type item that will direct you to that workspaces config file. Allowing you to enter each workspace, and create an item based off of that workspaces config file
|
|
17
|
+
- [ ] need to create blog like we did changelog
|
|
18
|
+
- [ ] test new motions category
|
|
19
|
+
- [ ] need to go through coss origin and compare x to his variants
|
|
20
|
+
- [ ] ★ ━━━━ X ━━━━ ★
|
|
21
|
+
- [x] ★ ━━━━ core ━━━━ ★
|
|
22
|
+
- [x] in-development.tsx
|
|
23
|
+
- [x] ★ ━━━━ PERFORMANCE ━━━━ ★
|
|
24
|
+
- [ ] ALLL FILES
|
|
25
|
+
- [ ] ★ ━━━━ tailwind ━━━━ ★
|
|
26
|
+
- [ ] ALLL FILES
|
|
27
|
+
- [x] ★ ━━━━ interactive ━━━━ ★
|
|
28
|
+
- [x] DirectionAwareHover
|
|
29
|
+
- [x] ★ ━━━━ BACKGROUND ━━━━ ★
|
|
30
|
+
- [x] tracing-beam.tsx
|
|
31
|
+
- [x] glitch-background.tsx
|
|
32
|
+
- [x] need to compare against coss i think ists called
|
|
33
|
+
- [ ] ★ ━━━━ UTILS ━━━━ ★
|
|
34
|
+
- [ ] auth.ts
|
|
35
|
+
- [ ] auth_session.ts
|
|
36
|
+
- [ ] auth_github.ts
|
|
37
|
+
- [ ] auth.github.callback.tsx
|
|
38
|
+
- [ ] auth.github.tsx
|
|
39
|
+
- [ ] honeypot-react
|
|
40
|
+
- [ ] tailwind-config.ts ngin
|
|
41
|
+
- [ ] check all files
|
|
42
|
+
- [ ] ★ ━━━━ PROMPT ━━━━ ★
|
|
43
|
+
- [ ] providers.tsx
|
|
44
|
+
- [ ] snippets.tsx
|
|
45
|
+
- [ ] prePrompts.tsx
|
|
46
|
+
- [ ] prompt-chat-container-basic.tsx
|
|
47
|
+
- [ ] prompt-chat-container-streaming.tsx
|
|
48
|
+
- [ ] code-block-examples.tsx
|
|
49
|
+
- [ ] prompt-feedback-bar.tsx
|
|
50
|
+
- [ ] ★ ━━━━ PRIMITIVE ━━━━ ★
|
|
51
|
+
- [x] button-group
|
|
52
|
+
- [x] alert
|
|
53
|
+
- [x] tracker
|
|
54
|
+
- [x] multi-select
|
|
55
|
+
- [x] list-box
|
|
56
|
+
- [ ] ★ ━━━━ BG ━━━━ ★
|
|
57
|
+
- [ ] gistorted glasses
|
|
58
|
+
- [ ] texture overlay
|
|
59
|
+
- [ ] stripe-bg-guides
|
|
60
|
+
- [ ] ★ ━━━━ MOTION ━━━━ ★
|
|
61
|
+
- [ ] motion-logo-carosel.tsx
|
|
62
|
+
- [ ] need to update MotionButton MotionPopover1
|
|
63
|
+
- [ ] Motionsgroup
|
|
64
|
+
- [ ] MotionAvatar
|
|
65
|
+
- [ ] MotionRadioCard
|
|
66
|
+
- [ ] ColorPicker
|
|
67
|
+
- [ ] Roladex1
|
|
68
|
+
- [ ] Roladex
|
|
69
|
+
- [ ] border-beam
|
|
70
|
+
- [ ] smooth draweer
|
|
71
|
+
- [ ] profile dropdwn
|
|
72
|
+
- [ ] morphic navabr
|
|
73
|
+
- [ ] morph-surface
|
|
74
|
+
- [ ] motion-separator
|
|
75
|
+
- [ ] morph-navbar
|
|
76
|
+
- [ ] ★ ━━━━ MEDIA ━━━━ ★
|
|
77
|
+
- [ ] color pallete card
|
|
78
|
+
- [ ] InfiniteSlider
|
|
79
|
+
- [ ] MotionMap
|
|
80
|
+
- [ ] ★ ━━━━ HOOKS ━━━━ ★
|
|
81
|
+
- [ ] useSlideInV1
|
|
82
|
+
- [ ] useTailwindConverter
|
|
83
|
+
- [ ] use-validate-credit-card
|
|
84
|
+
- [ ] use-keyboard-shortcut
|
|
85
|
+
- [ ] use-lucide-drawer-animation
|
|
86
|
+
- [ ] ★ ━━━━ FORMS ━━━━ ★
|
|
87
|
+
- [ ] fancy-area
|
|
88
|
+
- [ ] ★ ━━━━ CORE ━━━━ ★
|
|
89
|
+
- [ ] loadingBoundary
|
|
90
|
+
- [ ] bento-system
|
|
91
|
+
- [ ] HeroBadge
|
|
92
|
+
- [ ] current timeline is now timeline2, add new timeline
|
|
93
|
+
- [ ] list -> coreLists
|
|
94
|
+
- [ ] list1 -> coreLists
|
|
95
|
+
- [ ] tree -> coreLists
|
|
96
|
+
- [ ] AppShell -> shells
|
|
97
|
+
- [ ] Min Pricing Section -> Minamilist
|
|
98
|
+
- [ ] Min Pricing Cards -> Minamilist
|
|
99
|
+
- [ ] Min Hero Section -> Minamilist
|
|
100
|
+
- [ ] Animated Hero -> Minamilist
|
|
101
|
+
- [ ] Min Feature -> Minamilist
|
|
102
|
+
- [ ] Faq Section -> Minamilist
|
|
103
|
+
- [ ] docs layout
|
|
104
|
+
- [ ] content-shell
|
|
105
|
+
- [ ] ★ ━━━━ COMBOBOX ━━━━ ★
|
|
106
|
+
- [ ] emojiPicker
|
|
107
|
+
- [ ] ★ ━━━━ TYPOGRAPHY ━━━━ ★
|
|
108
|
+
- [ ] text-scramble
|
|
109
|
+
- [ ] paragraph-scramble
|
|
110
|
+
- [ ] ★ ━━━━ BUTTONS ━━━━ ★
|
|
111
|
+
- [ ] copty-text update item sice it can now also take children
|
|
112
|
+
- [ ] ★ ━━━━ TEMPLATES ━━━━ ★
|
|
113
|
+
- [ ] [text](https://www.shadcn.io/blocks/account-data-export)
|
|
114
|
+
- [ ] https://flowbite.com/blocks/application/crud-create-drawers/
|
|
115
|
+
- [ ] https://flowbite.com/blocks/application/faceted-search-drawers/
|
|
116
|
+
- [ ] https://flowbite.com/blocks/application/crud-success-message/
|
|
117
|
+
- [ ] https://flowbite.com/blocks/application/crud-update-forms/
|
|
118
|
+
- [ ] https://flowbite.com/blocks/application/crud-update-drawers/
|
|
119
|
+
- [ ] https://flowbite.com/blocks/application/faceted-search-modals/
|
|
120
|
+
- [ ] https://flowbite.com/blocks/application/crud-create-forms/
|
|
121
|
+
- [ ] https://flowbite.com/blocks/application/crud/
|
|
122
|
+
- [ ] https://flowbite.com/blocks/application/crud-read-drawers/
|
|
123
|
+
- [ ] https://flowbite.com/blocks/application/crud-read-sections/
|
|
124
|
+
- [ ] https://flowbite.com/blocks/application/crud-read-modals/
|
|
125
|
+
- [ ] https://flowbite.com/blocks/application/crud-create-modals/
|
|
126
|
+
- [ ] https://flowbite.com/blocks/e-commerce/order-tracking/
|
|
127
|
+
- [ ] https://flowbite.com/blocks/e-commerce/account-overview/
|
|
128
|
+
- [ ] https://flowbite.com/blocks/e-commerce/product-cards/
|
|
129
|
+
- [ ] https://flowbite.com/blocks/e-commerce/checkout/
|
|
130
|
+
- [ ] https://flowbite.com/blocks/e-commerce/refunds/
|
|
131
|
+
- [ ] https://flowbite.com/blocks/e-commerce/reviews-history/
|
|
132
|
+
- [ ] https://flowbite.com/blocks/e-commerce/order-confirmation/
|
|
133
|
+
- [ ] https://flowbite.com/blocks/e-commerce/refund-status/
|
|
134
|
+
- [ ] https://flowbite.com/blocks/e-commerce/service-repair-forms/
|
|
135
|
+
- [ ] https://flowbite.com/blocks/e-commerce/navbars/
|
|
136
|
+
- [ ] https://flowbite.com/blocks/e-commerce/warranties/
|
|
137
|
+
- [ ] https://flowbite.com/blocks/e-commerce/customer-service/
|
|
138
|
+
- [ ] https://flowbite.com/blocks/e-commerce/promotional-sections/
|
|
139
|
+
- [ ] https://flowbite.com/blocks/e-commerce/product-information/
|
|
140
|
+
- [ ] https://flowbite.com/blocks/e-commerce/product-review/
|
|
141
|
+
- [ ] https://flowbite.com/blocks/e-commerce/orders-overview/
|
|
142
|
+
- [ ] https://flowbite.com/blocks/e-commerce/shopping-cart/
|
|
143
|
+
- [ ] https://flowbite.com/blocks/e-commerce/refund-forms/
|
|
144
|
+
- [ ] https://flowbite.com/blocks/e-commerce/order-summary/
|
|
145
|
+
- [ ] https://flowbite.com/blocks/e-commerce/discount/
|
|
146
|
+
- [ ] https://flowbite.com/blocks/e-commerce/payment-forms/
|
|
147
|
+
- [ ] https://flowbite.com/blocks/e-commerce/order-tracking/
|
|
148
|
+
- [ ] https://flowbite.com/blocks/e-commerce/product-cards/
|
|
149
|
+
- [ ] https://flowbite.com/blocks/publisher/comments/
|
|
150
|
+
- [ ] https://flowbite.com/blocks/publisher/related-articles/
|
|
151
|
+
- [ ] https://flowbite.com/blocks/publisher/blog-templates/
|
|
152
|
+
- [ ] https://flowbite.com/blocks/application/filter/
|
|
153
|
+
- [ ] https://flowbite.com/blocks/marketing/feature/
|
|
154
|
+
- [ ] https://flowbite.com/blocks/marketing/register/
|
|
155
|
+
- [ ] https://flowbite.com/blocks/marketing/cta/
|
|
156
|
+
- [ ] https://flowbite.com/blocks/marketing/portfolio/
|
|
157
|
+
- [ ] https://flowbite.com/blocks/marketing/content/
|
|
158
|
+
- [ ] https://flowbite.com/blocks/marketing/newsletter/
|
|
159
|
+
- [ ] https://flowbite.com/blocks/marketing/customer-logos/
|
|
160
|
+
- [ ] https://flowbite.com/blocks/marketing/500/
|
|
161
|
+
- [ ] https://flowbite.com/blocks/marketing/maintenance/
|
|
162
|
+
- [ ] https://flowbite.com/blocks/marketing/blog/
|
|
163
|
+
- [ ] https://flowbite.com/blocks/marketing/contact/
|
|
164
|
+
- [ ] https://flowbite.com/blocks/marketing/account-recovery/
|
|
165
|
+
- [ ] https://flowbite.com/blocks/marketing/portfolio/
|
|
166
|
+
- [ ] https://flowbite.com/blocks/marketing/event-schedule/
|
|
167
|
+
- [ ] https://flowbite.com/blocks/marketing/social-proof/
|
|
168
|
+
- [ ] https://flowbite.com/blocks/marketing/404/
|
|
169
|
+
- [ ] https://flowbite.com/blocks/marketing/pricing/
|
|
170
|
+
- [ ] https://flowbite.com/blocks/marketing/cookie/
|
|
171
|
+
- [ ] https://flowbite.com/blocks/marketing/reset-password/
|
|
172
|
+
- [ ] https://flowbite.com/blocks/marketing/faq/
|
|
173
|
+
- [ ] https://flowbite.com/blocks/marketing/testimonial/
|
|
174
|
+
- [ ] https://flowbite.com/blocks/marketing/team/
|
|
175
|
+
- [ ] flowbite-billing-template
|
|
176
|
+
- [ ] https://diamond.primereact.org/apps/files
|
|
177
|
+
- [ ] done by deepseek check its work against claude https://diamond.primereact.org
|
|
178
|
+
- [ ] https://diamond.primereact.org/apps/calendar
|
|
179
|
+
- [ ] https://diamond.primereact.org/pages/crud
|
|
180
|
+
- [ ] https://diamond.primereact.org/apps/chat
|
|
181
|
+
- [ ] https://flowbite.com/application-ui/demo/homepages/e-commerce/
|
|
182
|
+
- [ ] https://flowbite.com/application-ui/demo/homepages/saas/
|
|
183
|
+
- [ ] https://flowbite.com/application-ui/preview/
|
|
184
|
+
- [ ] https://genesis.primereact.org/pages/saas
|
|
185
|
+
- [ ] https://genesis.primereact.org/pages/startup
|
|
186
|
+
- [ ] https://genesis.primereact.org/pages/enterprise
|
|
187
|
+
- [ ] https://genesis.primereact.org/pages/e-learning
|
|
188
|
+
- [ ] https://genesis.primereact.org/pages/real-estate
|
|
189
|
+
- [ ] https://genesis.primereact.org/pages/logistic
|
|
190
|
+
- [ ] https://genesis.primereact.org/pages/agency
|
|
191
|
+
- [ ] https://diamond.primereact.org/landing
|
|
192
|
+
- [ ] https://diamond.primereact.org/ecommerce/product-overview
|
|
193
|
+
- [ ] https://diamond.primereact.org/ecommerce/new-product
|
|
194
|
+
- [ ] https://diamond.primereact.org/ecommerce/shopping-cart
|
|
195
|
+
- [ ] https://diamond.primereact.org/ecommerce/checkout-form
|
|
196
|
+
- [ ] https://diamond.primereact.org/ecommerce/order-history
|
|
197
|
+
- [ ] https://diamond.primereact.org/ecommerce/order-summary
|
|
198
|
+
- [ ] https://verona.primereact.org/dashboard-sales
|
|
199
|
+
- [ ] https://verona.primereact.org
|
|
200
|
+
- [ ] https://ui.lukacho.com/components/animated-pricing-component
|
|
201
|
+
- [ ] https://ui.lukacho.com/components/image-swiper
|
|
202
|
+
- [ ] https://daisyui.com/components/chat/
|
|
203
|
+
- [ ] https://daisyui.com/components/countdown/
|
|
204
|
+
- [ ] https://www.shadcn.io/prompts/react-shadcn
|
|
205
|
+
- [ ] https://www.shadcn.io/prompts/nextjs-ai
|
|
206
|
+
- [ ] https://www.shadcn.io/prompts/react-tables
|
|
207
|
+
- [ ] https://www.shadcn.io/prompts/stripe-payments
|
|
208
|
+
- [ ] https://github.com/mxkaske/mxkaske.dev/tree/main/components/craft/activity-calendar
|
|
209
|
+
- [ ] https://craft.mxkaske.dev/post/fancy-box
|
|
210
|
+
- [ ] https://github.com/mxkaske/mxkaske.dev/tree/main/components/craft/activity-calendar
|
|
211
|
+
- [ ] https://github.com/mxkaske/mxkaske.dev/tree/main/components/craft/fancy-data-table
|
|
212
|
+
- [ ] https://github.com/mxkaske/mxkaske.dev/tree/main/components/craft/server-action-experimental-hook
|
|
213
|
+
- [ ] https://github.com/mxkaske/mxkaske.dev/tree/main/components/craft/google-places-autocomplete
|
|
214
|
+
- [ ] https://github.com/mxkaske/mxkaske.dev/tree/main/components/craft/wheel-picker
|
|
215
|
+
- [ ] https://github.com/mxkaske/mxkaske.dev/blob/main/components/craft/fancy-box.tsx
|
|
216
|
+
- [x] https://github.com/mxkaske/mxkaske.dev/blob/main/components/craft/fancy-multi-select.tsx
|
|
217
|
+
- [x] https://github.com/mxkaske/mxkaske.dev/blob/main/components/craft/fancy-multi-select.tsx
|
|
218
|
+
- [ ] https://github.com/m4nute/pricing-page-shadcn
|
|
219
|
+
- [ ] https://github.com/udecode/plate
|
|
220
|
+
- [ ] https://github.com/jakobhoeg/shadcn-chat
|
|
221
|
+
- [ ] https://github.com/BelkacemYerfa/shadcn-extension
|
|
222
|
+
- [ ] https://github.com/omeralpi/shadcn-phone-input
|
|
223
|
+
- [ ] https://github.com/sadmann7/tablecn
|
|
224
|
+
- [ ] https://github.com/timDeHof/shadcn-timeline
|
|
225
|
+
- [ ] https://github.com/hsuanyi-chou/shadcn-ui-expansions
|
|
226
|
+
- [ ] https://www.uibeats.com/
|
|
227
|
+
- [ ] https://github.com/emilkowalski/vaul
|
|
228
|
+
- [ ] ★ ━━━━ UI LIBS ━━━━ ★
|
|
229
|
+
- [x] https://www.shadcn.io/awesome
|
|
230
|
+
- [x] https://www.shadcn.io/template?page=5
|
|
231
|
+
- [x] https://www.shadcnblocks.com/blocks/free *****
|
|
232
|
+
- [x] https://www.shadcnblocks.com/components *****
|
|
233
|
+
- [x] https://pro.cult-ui.com/sections
|
|
234
|
+
- [x] https://www.aisdkagents.com/patterns/basics-tool-scrape-cheerio
|
|
235
|
+
- [x] https://kokonutui.com/docs/components/ai-prompt
|
|
236
|
+
- [ ] https://coss.com/origin/alert
|
|
237
|
+
- [x] https://www.cult-ui.com/
|
|
238
|
+
- [x] https://www.tremor.so/
|
|
239
|
+
- [x] https://www.heroui.com/
|
|
240
|
+
- [x] https://park-ui.com/
|
|
241
|
+
- [x] https://magicui.design/docs/components/code-comparison
|
|
242
|
+
- [x] https://21st.dev/community/components
|
|
243
|
+
- [x] https://ui.aceternity.com/
|
|
244
|
+
- [x] https://ui.ibelick.com/
|
|
245
|
+
- [x] https://www.hyperui.dev/
|
|
246
|
+
- [ ] https://flowbite.com/blocks/application/crud-create-drawers/
|
|
247
|
+
- [ ] https://blocks.tremor.so/blocks/account-and-user-management#account-and-user-manage
|
|
248
|
+
- [x] https://github.com/tremorlabs/tremor-blocks/blob/main/src/content/components/status-monitoring/tracker-10.tsx
|
|
249
|
+
- [ ] https://ui.lukacho.com/
|
|
250
|
+
- [ ] https://sailboatui.com/
|
|
251
|
+
- [ ] https://tw-elements.com/
|
|
252
|
+
- [ ] https://ui.indie-starter.dev/
|
|
253
|
+
- [ ] https://merakiui.com/components
|
|
254
|
+
- [ ] https://merakiui.com/templates
|
|
255
|
+
- [ ] ★ ━━━━ TEMPLATE IDEAS ━━━━ ★
|
|
256
|
+
- [ ] [text](https://www.shadcn.io/blocks/account-data-export)
|
|
257
|
+
- [ ] https://www.shadcn.io/tools/phone-mockups
|
|
258
|
+
- [ ] https://www.shadcn.io/tools/pdf
|
|
259
|
+
- [ ] https://www.shadcn.io/tools/zip
|
|
260
|
+
- [ ] https://play.tailwindcss.com/
|
|
261
|
+
- [ ] https://uicolors.app/generate/324002
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
- [ ] ★ ━━━━ ☆ ━━━━ NEW COMPS ━━━━ ☆ ━━━━ ★
|
|
269
|
+
- [ ] NEW TOOLS / comps are in the works for the library. With so many complicated tools, components and etc created and available for you to use out there, these will be built with the same principles and ideologies as everything else. Each tool will be as easy to use and implement as the components found within the library. Not only allowing their use tocoders of all levels, but also reducing the amount of time it takes to learn about and implement for all coders.
|
|
270
|
+
- [ ] MESSENGER
|
|
271
|
+
- [ ] one sms based
|
|
272
|
+
- [ ] the other in app based
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
- [ ] EVENT CAL
|
|
276
|
+
- [ ] Catalyst Events
|
|
277
|
+
- [ ] views
|
|
278
|
+
- [ ] week
|
|
279
|
+
- [ ] day
|
|
280
|
+
- [ ] month
|
|
281
|
+
- [ ] sidebar ( short in width, but tall )
|
|
282
|
+
- [ ] list
|
|
283
|
+
- [ ] table
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
- [ ] APPOINTMENT SCHEDULER
|
|
287
|
+
- [ ] Catalyst Scheduler
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
- [x] CATALYST EDITOR
|
|
291
|
+
- [ ] the editor that is for use will be built as a useable component
|
|
292
|
+
- [ ] Since the last post this has seen a great number of updates, and is just about to receive more
|
|
293
|
+
- [ ] I haven't converted it yet to become a reusable component yet but will be done in the near future
|
|
294
|
+
- [ ] will only be available as a full page height editor
|
|
295
|
+
- [ ] based on monaco editor
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
- [ ] RICH TEXT EDITOR
|
|
299
|
+
- [ ] Catalyst RTE
|
|
300
|
+
- [ ] I know a lot of other ui libraries wrap their rte's using another library, but this will be a custom scratch richtext editor so there will be no use of lexical or tiptap
|
|
301
|
+
- [ ] will feature several size types along with custom height and dynamic height
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
- [x] THEME BUILDER
|
|
305
|
+
- [ ] an actual theme builder will not be made available as everyone enjoys building these from scratch but there arehooks within the library to make it alot easier for you to code one such as
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
- [ ] PROMPT
|
|
309
|
+
- [ ] for sellable product, we need to update the landing page so that it is a ai chat
|
|
310
|
+
- [ ] multi engine
|
|
311
|
+
- [ ] easy setup
|
|
312
|
+
- [ ] hot switch button
|
|
313
|
+
- [ ] then placing the current compiler buiilder, in a tab
|
|
314
|
+
- [ ] wehere the first tab is the ai chat
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
- [ ] COMPILER
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
- [ ] CATALYST REALTOR
|
|
321
|
+
- [ ] sales app, pos to keep track of
|
|
322
|
+
- [ ] clients
|
|
323
|
+
- [ ] sales
|
|
324
|
+
- [ ] products
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
- [ ] USETAILWINDCONVERTER that converts from v3 <-> v4 hsl and v3 hsl <-> to v4 oklch
|
|
328
|
+
- [ ] useVscodeThemeConfig where you supply it a base set of colors and will produce a config to paste in your settings.jsom file
|
|
329
|
+
- [ ] useGetTheme where you can store all your colored theme for you to call on where you need them
|
|
330
|
+
- [ ] automotive finance calculator
|
|
331
|
+
- [ ] this was almost finished before but had to code other projects and this is stil on the list to be built
|
|
332
|
+
- [ ] it will be based of the finance calculator I had built while still in sales and was the best calculator used in the industry
|
|
333
|
+
- [ ] the libraries implementation will also contain a guide on how to build it on your own
|
|
334
|
+
- [ ] this is due to the overall complicated nature of the finished product I was using while in sales
|
|
335
|
+
- [ ] while the calculator alone will be a huge improvement over anything they already use, the guide will cover more then just the calculator alone. the guide will show how to implement the entire step by step process sales people need to follow when first starting the quoting process, with the calculator being a large part of the process it ties into the other steps and, to date, I haven't found a way to implement it the way it should be done for the sales person while at the same time making it a reusable component for coders
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
- [ ] gandalf chat bot in components viewer practically done jsut waiting for subs
|
|
339
|
+
- [ ] user settings page to configure and need to upgrade schema to take in api keys
|
|
340
|
+
- [ ] test additions made to monaco editor
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
- [ ] ★ ━━━━ ☆ ━━━━ HOOKS IDEAS ━━━━ ☆ ━━━━ ★
|
|
349
|
+
- [ ] useClickAnyWhere
|
|
350
|
+
- [ ] useCountdown
|
|
351
|
+
- [ ] useDarkMode
|
|
352
|
+
- [ ] DebounceCallback
|
|
353
|
+
- [ ] useDebounceValue
|
|
354
|
+
- [x] https://www.shadcn.io/hooks/use-boolean
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
- [ ] do i want these ones
|
|
358
|
+
- [ ] Lightbox
|
|
359
|
+
- [ ] Error Handler
|
|
360
|
+
- [ ] Portal
|
|
361
|
+
- [x] App Shell
|
|
362
|
+
- [x] calendar wrapper too?
|
|
363
|
+
- [x] message
|
|
364
|
+
- [x] Virtualized List
|
|
365
|
+
- [x] event scheduler
|
|
366
|
+
- [ ] Chart Components
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
- [ ] npm install --save-dev rollup @rollup/plugin-node-resolve @rollup/plugin-commonjs @rollup/plugin-typescript rollup-plugin-peer-deps-external rollup-plugin-postcss
|
|
371
|
+
- [ ] export { ParaScramble } from './ParaScramble'
|
|
372
|
+
export { TextScramble } from './TextScramble'
|
|
373
|
+
|
|
374
|
+
```json
|
|
375
|
+
// pakcage.json
|
|
376
|
+
{
|
|
377
|
+
"scripts": {
|
|
378
|
+
"build:cdn": "rollup -c"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
```
|
|
382
|
+
|
|
383
|
+
```javascript
|
|
384
|
+
// rollup.config.js
|
|
385
|
+
import resolve from '@rollup/plugin-node-resolve';
|
|
386
|
+
import commonjs from '@rollup/plugin-commonjs';
|
|
387
|
+
import typescript from '@rollup/plugin-typescript';
|
|
388
|
+
import peerDepsExternal from 'rollup-plugin-peer-deps-external';
|
|
389
|
+
import postcss from 'rollup-plugin-postcss';
|
|
390
|
+
|
|
391
|
+
export default {
|
|
392
|
+
input: 'src/components/index.ts', // Your entry point
|
|
393
|
+
output: [
|
|
394
|
+
{
|
|
395
|
+
file: 'dist/bundle.umd.js',
|
|
396
|
+
format: 'umd',
|
|
397
|
+
name: 'CatalystComponents', // Global variable name
|
|
398
|
+
globals: {
|
|
399
|
+
react: 'React',
|
|
400
|
+
'react-dom': 'ReactDOM'
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
file: 'dist/bundle.esm.js',
|
|
405
|
+
format: 'es'
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
plugins: [
|
|
409
|
+
peerDepsExternal(),
|
|
410
|
+
resolve(),
|
|
411
|
+
commonjs(),
|
|
412
|
+
typescript({ tsconfig: './tsconfig.json' }),
|
|
413
|
+
postcss({
|
|
414
|
+
extensions: ['.css'],
|
|
415
|
+
minimize: true
|
|
416
|
+
})
|
|
417
|
+
],
|
|
418
|
+
external: ['react', 'react-dom']
|
|
419
|
+
};
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
```bash
|
|
423
|
+
# install
|
|
424
|
+
npm run build:cdn
|
|
425
|
+
git add dist/
|
|
426
|
+
git commit -m "Add CDN build"
|
|
427
|
+
git tag v1.0.0
|
|
428
|
+
git push --tags
|
|
429
|
+
```
|
|
430
|
+
|
|
431
|
+
```javascript
|
|
432
|
+
// user
|
|
433
|
+
<script src="https://cdn.jsdelivr.net/gh/yourusername/repo@v1.0.0/dist/bundle.umd.js"></script>
|
|
434
|
+
<script>
|
|
435
|
+
const { ParaScramble } = window.CatalystComponents;
|
|
436
|
+
</script>
|
|
437
|
+
|
|
438
|
+
```
|
|
439
|
+
- [x] COMPLETED
|
|
440
|
+
- [x] fix add to devstack from exporer view
|
|
441
|
+
- [x] add script that copies prompt files into their objects within the devstack config
|
|
442
|
+
- [x] collecting these files
|
|
443
|
+
- [x] F:\playground\md\v6.md
|
|
444
|
+
- [x] F:\playground\md\vscode-extension.md
|
|
445
|
+
- [x] F:\playground\md\creating-blocks.md
|
|
446
|
+
- [x] F:\playground\md\creating-reusable-comps.md
|
|
447
|
+
- [x] F:\playground\md\creating-templates.md
|
|
448
|
+
- [x] F:\playground\md\creating-ui-library-objects.md
|
|
449
|
+
- [x] F:\playground\md\default-prompt.md
|
|
450
|
+
- [x] then updating the objects value, the object label is after the `-` on each line where a path is given
|
|
451
|
+
- [x] the config file to update is
|
|
452
|
+
- [x] C:\Users\skyle\AppData\Roaming\Code - Insiders\User\globalStorage\skyler.ocrmnav\global-navigator-config.json
|
|
453
|
+
- [x] need a node .js script that copies README.dev.md to README.md, and converting all `human readable` sections into the md format that is needed in order for the md document to render
|
|
454
|
+
- [x] add prot 7 to yeet
|
|
455
|
+
- [x] https://v0.app/templates/react-ui-builder-qPJFI4OtF9x - visit trhis first for templates to copy off of
|
|
456
|
+
- [x] https://www.prompt-kit.com
|
|
457
|
+
- [x] https://flowbite.com/blocks/application/crud-create-drawers/
|
|
458
|
+
- [x] https://rsuitejs.com/components/table-virtualized/
|
|
459
|
+
- [x] https://vercel.com/blog/spring25-oss-program#kokonutui
|
|
460
|
+
- [x] https://chakra-ui.com/docs/components/pin-input
|
|
461
|
+
- [x] https://genesis.primereact.org/pages/saas
|
|
462
|
+
- [x] https://diamond.primereact.org/apps/files
|
|
463
|
+
- [x] https://verona.primereact.org/dashboard-sales
|
|
464
|
+
- [x] https://daisyui.com/components/fab
|
|
465
|
+
- [x] https://react.semantic-ui.com/elements/step
|
|
466
|
+
- [x] https://chakra-ui.com/docs/components/data-list
|
|
467
|
+
- [x] https://react.semantic-ui.com/elements/rail
|
|
468
|
+
- [x] https://baseweb.design/components/fixed-marker
|
|
469
|
+
- [x] https://react-spectrum.adobe.com/react-aria/Virtualizer.html
|
|
470
|
+
- [x] https://m3.material.io/components/text-fields/overview
|
|
471
|
+
- [x] https://primereact.org/inplace
|
|
472
|
+
- [x] https://mantine.dev/core/json-input
|
|
473
|
+
- [x] need to add restore tab in monaco editor
|
|
474
|
+
- [x] need to add link in editor link navigation, like the same as tox and sourcemaps do with [Error Boundary](#error-boundary)
|
|
475
|
+
- [x] need to make the objects for ui library that are missing
|
|
476
|
+
- [x] post linked in blog post about pre promtp
|
|
477
|
+
- [X] monaco editor need to add in support of saving settings whene edited
|
|
478
|
+
- [x] items in components pages, need to be checked probably have to be rebuilt if from shadcn templates
|
|
479
|
+
- [x] finish off shell in core/shells
|
|
480
|
+
- [x] finish off sandbox - NEEDS ALL COMPONENTS TO BE IMPORTED SHOULD CREATE A SCRIPT THAT GENERATES A LIST OF ALL
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# COMPLETED
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
- [x] SERVICE WRITER CALENDAR - second appt through calendar scheduler or check if the same appointment can be stretched to the following day going into the next day, still need a way to add custom spots have a searchable drop down to choose client for appointment then searchable dropdown for the work order number to select the work order to attach it to, then just let them customize the rest with just a text area for them to leave a comment for a description for the appointment
|
|
7
|
+
- [x] WORKORDER CALENDAR - second appt through calendar scheduler or check if the same appointment can be stretched to the following day going into the next day, still need a way to add custom spots have a searchable drop down to choose client for appointment then searchable dropdown for the work order number to select the work order to attach it to, then just let them customize the rest with just a text area for them to leave a comment for a description for the appointment
|
|
8
|
+
- [x] WORKORDER - scheduler for empty brands have it select all technicians
|
|
9
|
+
- [x] service scheduler
|
|
10
|
+
- [x] service scheduler
|
|
11
|
+
- [x] started on creating my own pdf me
|
|
12
|
+
- [x] admin - display punch clock values so admin can easily do payroll
|
|
13
|
+
- [x] need to add finance buffer somewhere in admin
|
|
14
|
+
- [ ] dev
|
|
15
|
+
- [x] in loader put const partnerSite = dealer.partnerSite to gain access to calendar site
|
|
16
|
+
- [x] need dashboard to connect to all the dealers dashboards
|
|
17
|
+
- [x] in order for dealers to have the latest data for the roadmap we need to make it an api request to the main website, which may not work due to cors...
|
|
18
|
+
- [ ] general
|
|
19
|
+
- [x] in the right side bar header put a left and right chevron on the ends to control the days of the calendar without having to open it
|
|
20
|
+
- [x] sales dashboard when a client doesnt have a unit on file, isntead of how it is currently because it resets the dashbaord list anyways change it to open a dialog to select a brand and then a model, the brand list get actvated brands
|
|
21
|
+
- [x] in sidebar filter by resource id
|
|
22
|
+
- [x] left off at cal sidebar, had calendar working need to finish appt dialog, client im chat, email client is working but the ui is kinda funky, was trying to fix classname of content remove all heights as the sidebar takes car of the overflow y auto itself so we shouldnt be set that and those funky fucking flex-col that seems to completely disrup any overflow y auto before it
|
|
23
|
+
- [x] create scripts viewer that is movable so sales people can move it around the screen or close when needed
|
|
24
|
+
- [x] admin user schduling for dealers or schedules that are a bit more all over the place each userSchedule will need to have a date will have its own set day so i fixed the schema but i want to accomadte for both scheduling styles so the managers that can set a fixed schedule every week never have to come back to do this, but the managers that need to have more control in scheduling it also accomadats them too can we change it to accomdate both styles?
|
|
25
|
+
- [ ] tutorials
|
|
26
|
+
- [x] in getting started page u explain that each section has a tutorial on the page it self... need to add those
|
|
27
|
+
- [x] need to add legend for docs, Service Work Order, Bill Of Sale, so as to know which when they create the docs
|
|
28
|
+
- [x] finance.salesStatus to show the customer where the bike is currently if its on order, at the shop, in service etc need to set this up in the unit file
|
|
29
|
+
- [ ] service
|
|
30
|
+
- [x] ned to finish off the action in book service
|
|
31
|
+
- [ ] sales
|
|
32
|
+
- [x] need to redo clientfile
|
|
33
|
+
- [x] make sms and email client draggable
|
|
34
|
+
- [x] put combo box in text editor for atributes
|
|
35
|
+
- [x] should go over notificationsUser.create at some point
|
|
36
|
+
- [x] show unread emails in side bar? and text messages?
|
|
37
|
+
- [x] test new mgrs calculator implementation
|
|
38
|
+
- [x] remove bmwmoto and manoptions from finance calc
|
|
39
|
+
- [x] EMAIL - for email use email sidebar from shadcn sidebars now in /components/emails/ui
|
|
40
|
+
- [ ] CALENDAR
|
|
41
|
+
- [x] disable right sidebar for mobile?
|
|
42
|
+
- [x] service cal, have calendar on the left with the options of filtering, then everything to the right each column will be a technician, and displays each of their appointments through out the day, do custom drag and drop
|
|
43
|
+
- [x] redo tech cal
|
|
44
|
+
- [x] sms is redone in calsidebar needs to be tested before moving to everyhwhere else, this is getting all chats, the other sms for client specfic is already done with new email and phone for dashbaords already in sales dashbaord
|
|
45
|
+
- [x] redo sales calendar
|
|
46
|
+
- [x] redo sales mobile calendar
|
|
47
|
+
- [x] redo mobile service cal
|
|
48
|
+
- [x] redo sales dashbaord
|
|
49
|
+
- [x] redo employeee schedulers
|
|
50
|
+
- [x] redo sales right side bar
|
|
51
|
+
- [x] redo delivery cal
|
|
52
|
+
- [x] for sales calendar have appoinemtns show up on the right, appts change depending on the day selected, clicking on a appt display the appt in the footer
|
|
53
|
+
- [x] multi month and selections - time off selector
|
|
54
|
+
- [x] dob / dobDrawer - client file, turn dob drawer into the response diaolog and drawer
|
|
55
|
+
- [x] time picker inline or regualr - csales dashbaord appointment setter
|
|
56
|
+
- [x] with event slots - right side bar service calendar, and sales calendar, mobile sales calendar, mobile service calendar, mobile and regular tech calendar ----!!!! try to combine with inline time picker for sales appointment setter
|
|
57
|
+
- [ ] PDF
|
|
58
|
+
- [x] Database Integration:
|
|
59
|
+
- [x] Connect to your existing database
|
|
60
|
+
- [x] Fetch data for PDF generation
|
|
61
|
+
- [x] Store completed documents
|
|
62
|
+
- [x] Set up your database models for templates and documents
|
|
63
|
+
- [x] Implement authentication for clients to sign documents
|
|
64
|
+
- [x] Add more field types (text, images, QR codes)
|
|
65
|
+
- [x] Implement drag-and-drop for the template builder
|
|
66
|
+
- [x] Add PDF generation with @react-pdf/renderer or similar library
|
|
67
|
+
- [x] @react-pdf/renderer: Used for PDF generation
|
|
68
|
+
- [x] react-pdf: Used for PDF viewing
|
|
69
|
+
- [x] PDF Signing Libraries Best Option: pdf-lib + custom implementation Why: Most flexible approach for Remix Implementation Strategy: Use pdf-lib to add signature fields Implement your own signing workflow Store signature events in your database
|
|
70
|
+
- [x] Winner for Viewing Efficiency:âÂÂ
Blob (better for pure viewing, especially large documents).
|
|
71
|
+
- [x] Winner for Form Inputs & Signing:âÂÂ
DOM (PDFViewer) (easier to overlay interactive elements).
|
|
72
|
+
- [x] pdf - create and print pdfs
|
|
73
|
+
- [x] pdf - view pdfs
|
|
74
|
+
- [x] pdf - sign pdfs
|
|
75
|
+
- [x] pdf - create form on pdf
|
|
76
|
+
- [x] pdf - edit form on pdf
|
|
77
|
+
- [x] pdf - create template
|
|
78
|
+
- [x] pdf - add pdf or image as background
|
|
79
|
+
- [x] pdf - map fields on x and y axis so you can map inputted data
|
|
80
|
+
- [x] pdf - save information in meta data, opened time, amount of signatures, amount signed etc
|
|
81
|
+
- [x] Signature Tracking:
|
|
82
|
+
- [x] Store when a client opens a document
|
|
83
|
+
- [x] Track signature completion
|
|
84
|
+
- [x] Template Management:
|
|
85
|
+
- [x] Save templates to database
|
|
86
|
+
- [x] Load existing templates
|
|
87
|
+
- [x] Preview templates with sample data
|
|
88
|
+
- [x] QR code integration
|
|
89
|
+
- [x] Label Generation:
|
|
90
|
+
- [x] Dynamic label layouts
|
|
91
|
+
- [x] Batch printing
|
|
92
|
+
- [x] label maker
|
|
93
|
+
- [x] /workOrder/calendar/:workOrderId for setting initial appointment to mechanic use time preset
|
|
94
|
+
- [x] for service calendar for service writer, use with time presets, but put the presets in the footer x the amount of mechanices, first col would be tech 1 second col would be tech 2 so they can see all of their techs appts at once and have the workorder display on the right side the full length so they can quickly roll through events
|
|
95
|
+
- [x] time presets - service appointment setter
|
|
96
|
+
- [x] stock data dialog, put in create currentMy, create unit and the units files as well where you can edit inventory items not the unit file as in sales
|
|
97
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
readme
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
project-1770024811170-j70mzox97el
|