LOA System #12

Open
opened 2025-09-16 11:40:26 -05:00 by Ajdj100 · 1 comment
Member
  • Post LOA
  • Cancel LOA
  • "you are on LOA" notification
  • Admin view all LOA details
  • Show LOA status on members page
  • Admin post LOA on behalf of user
  • Admin cancel LOA on behalf of user

  • Integration into members system
- [x] Post LOA - [ ] Cancel LOA - [x] "you are on LOA" notification - [x] Admin view all LOA details - [x] Show LOA status on members page - [x] Admin post LOA on behalf of user - [ ] Admin cancel LOA on behalf of user _____ - [x] Integration into members system
Ajdj100 changed title from LOA System, to LOA System 2025-09-16 11:40:33 -05:00
Author
Member

Cancel LOA button exists in the "you are on LOA" notification (currently resides in ui\src\App.vue: 119, but would probably be good to be moved into its own component to avoid clutter in the root application file) but is not hooked up to anything yet.

Admin cancel LOA buttons exist in the Administration -> LOA page in the list (ui\src\components\loa\loaList.vue) but is also not hooked up to anything.

The database table "leaves_of_absences" does not deliberately support cancelling an in progress LOA right now, however the "deleted" column could serve as a cancelled flag.

There is no API support for cancelling an LOA yet.

Cancel LOA button exists in the "you are on LOA" notification (currently resides in `ui\src\App.vue: 119`, but would probably be good to be moved into its own component to avoid clutter in the root application file) but is not hooked up to anything yet. Admin cancel LOA buttons exist in the Administration -> LOA page in the list (`ui\src\components\loa\loaList.vue`) but is also not hooked up to anything. The database table "leaves_of_absences" does not deliberately support cancelling an in progress LOA right now, however the "deleted" column could serve as a cancelled flag. There is no API support for cancelling an LOA yet.
Ajdj100 added the Kind/Feature label 2025-11-10 12:50:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 17th-Ranger-Battalion-ORG/milsim-site-v4#12