Scott Idem
4b1db3afff
docs: Add and update READMEs for new v3 event modules
...
- Added new README.md for the v3 Event Leads module at `src/routes/events/[event_id]/(leads)/README.md`, adapting content from its legacy counterpart.
- Created placeholder README.md files for the main v3 Events module (`src/routes/events/[event_id]/README.md`), the v3 Launcher module (`src/routes/events/[event_id]/(launcher)/README.md`), and the v3 Badges module (`src/routes/events/[event_id]/(badges)/README.md`).
2025-11-19 22:47:28 -05:00
Scott Idem
d1021e2822
feat: Refactor event modules for Svelte 5 and new routing structure
...
- Moved legacy event modules (`events_badges`, `events_leads`) to `src/routes/legacy/` and renamed them to `events_badges_v2` and `events_leads_v2` respectively.
- Created new directory structures for Svelte 5 and SvelteKit-based event modules under `src/routes/events/[event_id]/`:
- `(launcher)`
- `(badges)`
- `(leads)`
- Updated `src/routes/events_leads/README.md` (now `src/routes/legacy/events_leads_v2/README.md`) with comprehensive documentation for the legacy lead retrieval module, reflecting its features, data model, routing, components, and technical implementation details, incorporating project conventions.
2025-11-19 22:45:50 -05:00
Scott Idem
10cc435146
There have been a lot of changes. For some reason the commit is not working? Trying again.
2025-11-19 18:56:58 -05:00
Scott Idem
0987cd6ad9
style: Apply Prettier formatting with 4-space indentation
...
Applied consistent code formatting across the project using Prettier, now configured to use 4-space indentation instead of tabs.
2025-11-18 18:40:50 -05:00
Scott Idem
7e1eaba3bc
feat: Migrate ESLint to flat config and resolve initial linting errors
...
Migrated the ESLint configuration to the new flat config format ()
and addressed several initial linting errors.
Key changes include:
- Updated ESLint configuration to treat as warnings instead of errors.
- Fixed errors in by declaring and .
- Corrected error in by using instead of an out-of-scope .
- Resolved error in by replacing the undefined directive with the component.
- Addressed errors in by replacing with and with .
- Fixed errors in by importing necessary modules (, , ) and adding missing props (, , , , ).
2025-11-17 18:46:54 -05:00
Scott Idem
7cd59bfaac
Another round of lots of updates to fix little bugs here there and everywhere.
2025-11-13 20:03:51 -05:00
Scott Idem
aef34dc79b
Fix: Correctly load session content in new launcher
...
The session content was not loading in the new Events Launcher because the loaded session data was not being correctly assigned to the events store.
This commit fixes the issue by correctly assigning the loaded session object and its nested properties to the events store.
2025-11-13 19:03:43 -05:00
Scott Idem
e9a8f7df00
This was a lot... things are mostly working again. The changing of id_random properties caused some problems. The hosted_file_hash_sha256 is not working? There are other issues as well... This will take some time.
2025-11-13 18:38:00 -05:00
Scott Idem
a84d06a28d
Refactor: Update import paths for elements after moving them to src/lib/elements/.
2025-11-13 16:37:24 -05:00
Scott Idem
de7e02b9ef
Refactor: Update import paths for api.ts after moving it to src/lib/api/api.ts.
2025-11-13 16:16:18 -05:00
Scott Idem
e912c4a48a
Better text sizing and flex.
2025-10-16 16:39:30 -04:00
Scott Idem
8b22c0fc34
The Launcher works pretty well. Except for the native app...
2025-10-16 16:07:37 -04:00
Scott Idem
8d15a5ba0b
More work on the WebSockets. Improved status and WS triggers. Better online/offline status.
2025-10-16 14:48:10 -04:00
Scott Idem
3d6b7c412c
Work on tablet layout for posters
2025-10-16 11:45:33 -04:00
Scott Idem
77b250b4f3
Better handling of idle with WS messages.
2025-10-16 10:58:11 -04:00
Scott Idem
c170358681
Quick icon change.
2025-10-15 19:04:56 -04:00
Scott Idem
9678c5620d
Lots of work on the Launcher and configuration. Looks pretty good and useful.
2025-10-15 19:01:30 -04:00
Scott Idem
b2154273e0
Reset looks better now.
2025-10-15 13:46:08 -04:00
Scott Idem
1f79ae4e19
More work on versioning for Events
2025-10-15 13:17:32 -04:00
Scott Idem
6b8f4d54ed
The posters look pretty good now. A lot more is configurable.
2025-10-15 12:52:27 -04:00
Scott Idem
f459c09fbc
Getting the posters ready for LCI.
2025-10-15 10:37:46 -04:00
Scott Idem
0bc04bf899
Things are looking and working better. Note the Modal size is set to "". This allows it to stretch to the full width of the screen.
2025-10-13 18:17:32 -04:00
Scott Idem
8f7c1bf428
More work on the posters and Websockets
2025-10-13 17:19:32 -04:00
Scott Idem
de071dae49
Work on the Launder and Websockets. It needs work.
2025-10-13 15:41:55 -04:00
Scott Idem
41d20a3bcf
Minor clean up getting ready for LCI and demo for AAPOR.
2025-10-08 16:41:57 -04:00
Scott Idem
88e4ab119d
More updates related to the IDB table name changes for events.
2025-10-06 14:25:52 -04:00
Scott Idem
abed17f5da
Mostly cosmetic styles
2025-09-24 17:43:40 -04:00
Scott Idem
1ba9cd1c03
Lots of work on getting the Launcher actually working well.
2025-09-24 16:56:32 -04:00
Scott Idem
5b7aa320e2
Getting rid of old code. Wrapping up for the day and week.
2025-09-19 16:23:39 -04:00
Scott Idem
86fbbfdfb5
Never ending work on styles. Trying to make absolute positioned headers and footers work. Also added scroll to top for Journals.
2025-09-19 15:05:56 -04:00
Scott Idem
46a89c36fe
Working on general styles
2025-09-17 19:21:01 -04:00
Scott Idem
6b6418b753
Making things look good.
2025-09-17 18:04:10 -04:00
Scott Idem
60fbfc434e
More work on the Launcher and related
2025-09-17 16:36:04 -04:00
Scott Idem
c9e9fbec79
Lots of work on the Launcher. Still mostly just cleaning things up.
2025-09-17 15:15:50 -04:00
Scott Idem
186923671d
Finally working on the Launcher piece again. Getting it updated to match the standards for everything else.
2025-09-17 13:40:57 -04:00
Scott Idem
4861ae0499
Lot of updates to Svelte 5 syntax
2025-07-23 16:21:27 -04:00
Scott Idem
1e94043e19
Bug fix for IDAA Archive Content edit button. Updates related to new Launcher.
2025-07-22 15:56:07 -04:00
Scott Idem
1d840052c7
More work on the new Launcher. Wrapping up for the day.
2025-07-21 20:36:44 -04:00
Scott Idem
2e39c5f67b
More code clean up.
2025-07-21 18:21:36 -04:00
Scott Idem
e962d629a3
Saving before working on the event_file functions
2025-07-21 17:41:24 -04:00
Scott Idem
a3999e5617
Mass changes
2025-07-21 16:46:33 -04:00
Scott Idem
b54f43be35
Lots of code clean up. Finally working on the Launcher piece again.
2025-07-21 16:40:37 -04:00
Scott Idem
71b2de27ce
Cleaning layout related...
2025-06-26 15:49:46 -04:00
Scott Idem
1e0c6ec91b
Work on general style clean up. So much to do...
2025-06-19 12:54:40 -04:00
Scott Idem
376837950e
Lots of work on upgrading to Tailwind CSS 4. Still more to go. Need to fix Modals everywhere.
2025-06-18 20:36:09 -04:00
Scott Idem
13912fd145
Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
2025-06-18 17:59:48 -04:00
Scott Idem
747e9fdb26
Setting the type to number for log_lvl.
2024-12-03 15:29:19 -05:00
Scott Idem
31272a8985
Moved library files around. Trying to keep things organized...
2024-11-19 13:29:05 -05:00
Scott Idem
8ec01a1d64
More moving of files around. Hopefully nothing is broken again.
2024-10-30 18:40:47 -04:00
Scott Idem
07c0b569ca
Now with the ability to log activities. Yay...
2024-10-23 01:53:25 -04:00