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