summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: Enhance MOD meeting functionality with journal entriesHEADmasterMatthew Lemon2024-12-211-0/+39
| | | | | | | | - Added a new function to allow the addition of journal entries associated with MOD meetings via `addMODMeetingJournalEntry`. - Implemented a function to list all journal entries for a specific MOD meeting, `listEntriesForMeeting`, which includes meeting names for better context. - Updated the command-line interface to support adding notes to MOD meetings and retrieving entries for specific meetings. - Ensured validation checks are in place for required fields when adding entries and notes, improving user experience. - Overall, this update enhances the capability to manage and review MOD meetings and their associated notes, streamlining the journaling process.
* Breaks into add and list subcommandsMatthew Lemon2024-12-201-73/+65
|
* splits up add and list into subcommands - wipMatthew Lemon2024-12-191-11/+55
|
* Can add meetingMatthew Lemon2024-12-191-0/+26
|
* Better interfaceMatthew Lemon2024-12-191-13/+17
|
* Updates and removed comment from list output for now.Matthew Lemon2024-12-191-15/+23
|
* incrememental improvementsMatthew Lemon2024-12-191-17/+32
|
* Better date formattingMatthew Lemon2024-12-181-2/+6
|
* Horizontal layout for personal logs now split by dashed lineMatthew Lemon2024-12-181-5/+19
|
* initial commitMatthew Lemon2024-12-174-0/+222