Scott Idem
1b318eeb8b
Migrate Core modules (Account, Site, Person, Activity Log) to Aether API CRUD V3 pattern
...
- Created V3 logic files: ae_core__account.ts, ae_core__site.ts, ae_core__person.ts
- Standardized on API -> Processor -> DB Save pattern
- Added editable_fields definitions for Account, Site, Person, and Activity Log
- Updated Activity Log module to use V3 wrappers
- Updated Dexie schema with account, site, and site_domain tables
- Added V3 tests to testing page
2026-01-06 12:55:50 -05:00
Scott Idem
d4134359b7
Finalize Journals V3 migration and implement soft delete testing.
...
- Added 'Test Journal Module Soft Deletes' to the testing page.
- Verified 'disable' and 'hide' methods for journal entries.
- Ensured all Journals CRUD operations utilize the standardized V3 wrappers.
- Documented successful end-to-end testing of the new API patterns.
2026-01-05 19:35:21 -05:00
Scott Idem
c6476cd767
Implement V3 PATCH/DELETE wrappers and migrate Journals module to full V3 CRUD.
...
- Added update_ae_obj_v3, update_nested_obj_v3, delete_ae_obj_v3, and delete_nested_ae_obj_v3.
- Refactored Journals and Journal Entries modules to utilize the new V3 API wrappers.
- Standardized data processing and IDB caching for all CRUD operations in Journals.
- Updated testing page with comprehensive V3 CUD test buttons.
2026-01-05 19:30:12 -05:00
Scott Idem
d066da9047
The ability to use V3 Create Nested works.
2026-01-05 19:10:07 -05:00
Scott Idem
45f7393ee3
Now with a working V# GET ID and GET nested ID.
2026-01-05 18:52:11 -05:00
Scott Idem
bb6b3b7352
The sorting now works and some missing fields were added.
2026-01-05 18:29:41 -05:00
Scott Idem
17589596bc
Improved sorting for badges. Waiting on an API fix to include the missing badge fields. I think only the minimum is being returned. We need things like the print_count, print_first_datetime, and other fields.
2026-01-05 18:02:09 -05:00
Scott Idem
cdca5d64be
Work on cleaning up the order by for badges.
2026-01-05 17:00:00 -05:00
Scott Idem
60057814c7
Work on switching to the new CRUD V3.
2026-01-02 20:29:43 -05:00
Scott Idem
6eb601f56d
Saving changes to the Journals and API CRUD V3 fixes.
2026-01-02 19:30:33 -05:00
Scott Idem
33d42ed85b
Saving first versions to use the new CRUD V3 endpoints.
2026-01-02 18:27:12 -05:00
Scott Idem
2c7ed476af
Adding new API CRUD v3 functionality.
2026-01-02 18:11:07 -05:00
Scott Idem
9111e14961
Fixing a bug when editing the linked hosted file for Archive Content.
2026-01-02 13:29:16 -05:00
Scott Idem
a8314a5da0
Wrapping up for the night. This can now copy the iframe src link.
2025-12-16 21:51:29 -05:00
Scott Idem
a9d1e30fc4
This seems like a good pause point. The new Jitsi reports page is functional. The meetings log various activities and events.
2025-12-16 15:07:27 -05:00
Scott Idem
ae49fa7b39
Activity logging is working well enough for now. We need to add a reports page for the video conferences next.
2025-12-16 13:55:20 -05:00
Scott Idem
f1645fe6f4
Snapshot before Gemini gets to work.
2025-12-16 13:09:45 -05:00
Scott Idem
710d6e10c0
Fixed the activity logs!!! The ae_api was not imported or used. The account_id was also referenced incorrectly.
2025-12-16 12:38:11 -05:00
Scott Idem
a7ad5ff7fa
Trying to get the activity logs to work... Create!
2025-12-16 12:02:18 -05:00
Scott Idem
f403a3dd59
Saving the final changes for the night.
2025-12-15 19:07:06 -05:00
Scott Idem
0169cd5fcd
The activity log is almost working.
2025-12-15 18:59:26 -05:00
Scott Idem
f529f4baac
Starting to wrap up for the night. Gemini cleaned up the tools and settings section.
2025-12-15 18:30:57 -05:00
Scott Idem
a7bf03e449
Things are looking good. Now have a tools and setting pop up thing.
2025-12-15 18:07:41 -05:00
Scott Idem
e16a28cc29
Work on checking or guessing permissions based on Novi URL params.
2025-12-15 16:07:26 -05:00
Scott Idem
825f5c4829
Saving my work while we working on making the Jitsi integration better.
2025-12-15 15:27:34 -05:00
Scott Idem
44364186ed
Cleaning things up a little.
2025-12-15 14:47:38 -05:00
Scott Idem
e09805ec50
Another snapshot
2025-12-15 14:11:49 -05:00
Scott Idem
43fb316fd4
Cleaning up the code for this page. Separate out the Novi calls.
2025-12-15 14:04:54 -05:00
Scott Idem
122965f083
Saving changes as we keep cleaning up the Novi specific code.
2025-12-15 13:25:39 -05:00
Scott Idem
368ed89173
Saving a snapshot before Gemini works on things.
2025-12-15 13:16:22 -05:00
Scott Idem
1d99cc325f
Things are in a pretty good working state. Ideally the Novi page should be a little more dynamic with changing the Jitsi settings. Or maybe the controls should be moved to the idaa/video_conferences page. Wrapping up for the day/week.
2025-12-12 17:17:11 -05:00
Scott Idem
fcc2811dc7
Saving a mostly working Jitsi update
2025-12-12 16:03:30 -05:00
Scott Idem
2a5b46883f
Did some package updates, Svelte build changes (fewer warnings), work on IDAA and Jitsi service.
2025-12-12 14:57:10 -05:00
Scott Idem
1611ac0183
Removing old unused references to skeletonlabs.
2025-12-08 18:14:57 -05:00
Scott Idem
098fc94a5a
GOOD: This is the most up to date version that seems to work after all the AI updates and changes and the package upgrades. This was a lot!!! This needs more testing... A *lot* was changed over the last 2 weeks. An oldish version from 2 weeks ago that I know works is commit b3c04464. I also found a commit ( 1fc58eb1) from 3 days ago that mostly works as well.
2025-12-08 17:20:34 -05:00
Scott Idem
90ee6bb156
All packages have now been updated. This includes the skeletonlabs packages. Everything seems to be working. (Except for some unrelated known bugs. Why did the badge search stop working (AGAIN)?)
2025-12-05 17:00:54 -05:00
Scott Idem
3a544a2086
Taking a snapshot while I update packages in batches.... At least things are working again.
2025-12-05 16:04:05 -05:00
Scott Idem
1fc58eb18f
Seems to be working still... Trying to update packages.
2025-12-05 14:50:06 -05:00
Scott Idem
b3bad26d8f
Things seems to be working. It pulls the example moderator group list from Novi using their API. The moderator check is working. It still needs to handle more than one Novi Group.
2025-12-05 12:56:08 -05:00
Scott Idem
3f0ff46f51
First version of moving the Jitsi code to a new IDAA module under video_conferences.
2025-12-05 12:15:24 -05:00
Scott Idem
b91d79c175
fix: Resolve props_invalid_value error and add each block keys\n\n- Initialized .files.upload_complete in src/routes/hosted_files/video_util/+page.svelte to prevent props_invalid_value error.\n- Removed commented-out, unused each blocks from several components.\n- Added each keys to improve reactivity and resolve svelte/require-each-key errors in several components.
2025-11-20 20:21:06 -05:00
Scott Idem
a68d5439bd
feat: Remove legacy files and fix first svelte/no-at-html-tags error\n\n- Moved legacy files from src/routes/legacy to backups/legacy/src/routes/legacy.\n- Removed the empty src/routes/legacy directory.\n- Fixed a svelte/no-at-html-tags error in src/routes/idaa/(idaa)/archives/[archive_id]/+page.svelte by replacing '{@html ?.name ?? 'Archive'}' with '{?.name ?? 'Archive'}'.\n- Addressed a misidentified '{@html}' tag in src/lib/ae_core/ae_comp__hosted_files_clip_video.svelte by removing commented-out code that might have caused false positives.
2025-11-20 19:46:17 -05:00
Scott Idem
266363b85f
feat(event_badge): Improve event_id handling in badge data processing
...
Refactor how is ensured in badge objects when fetched from the API and cached locally.
Previously, directly injected into results, creating an inconsistency with other data fetching functions. This change centralizes the injection logic within .
- Updated to accept an optional parameter.
- Added logic within the processor to set and on badge objects if they are missing, using the provided context.
- Modified call sites (, , ) to pass the to the function.
This ensures consistent and robust handling of the across badge-related data operations, aligning with the project's data processing patterns.
2025-11-20 17:44:21 -05:00
Scott Idem
359d5d47f9
Working on event_id and event_id_random are both showing as undefined. badge_id and badge_id_random work in this file though.
2025-11-20 17:11:02 -05:00
Scott Idem
a1a33f794d
More fixes related to id_random vs id.
2025-11-20 16:56:13 -05:00
Scott Idem
f164caf65f
Another id_random bug fix.
2025-11-20 16:40:44 -05:00
Scott Idem
0da470e7dc
More bug fixes related to incorrect paths. I am sure there are mote around.
2025-11-20 16:31:01 -05:00
Scott Idem
ce5a3535cc
Restoring old files just in case. Style fix.
2025-11-20 16:13:20 -05:00
Scott Idem
ee9d9a0aca
Trying to commit these changes so they are not lost. This is right after Gemini tried to move the Pres Mgmt files into a new sub directory. Everything seems to be working but I am sure something was missed.
2025-11-20 16:13:20 -05:00
Scott Idem
8223b964e1
Quickly saving lots of changes before they might be lost.
2025-11-20 16:13:20 -05:00