Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-12-21 | feat: Enhance MOD meeting functionality with journal entriesHEADmaster | Matthew Lemon | 1 | -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. | |||||
2024-12-20 | Breaks into add and list subcommands | Matthew Lemon | 1 | -73/+65 | |
2024-12-19 | splits up add and list into subcommands - wip | Matthew Lemon | 1 | -11/+55 | |
2024-12-19 | Can add meeting | Matthew Lemon | 1 | -0/+26 | |
2024-12-19 | Better interface | Matthew Lemon | 1 | -13/+17 | |
2024-12-19 | Updates and removed comment from list output for now. | Matthew Lemon | 1 | -15/+23 | |
2024-12-19 | incrememental improvements | Matthew Lemon | 1 | -17/+32 | |
2024-12-18 | Better date formatting | Matthew Lemon | 1 | -2/+6 | |
2024-12-18 | Horizontal layout for personal logs now split by dashed line | Matthew Lemon | 1 | -5/+19 | |