summaryrefslogtreecommitdiffstats
path: root/tjp.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-21feat: Enhance MOD meeting functionality with journal entriesHEADmasterMatthew Lemon1-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-20Breaks into add and list subcommandsMatthew Lemon1-73/+65
2024-12-19splits up add and list into subcommands - wipMatthew Lemon1-11/+55
2024-12-19Can add meetingMatthew Lemon1-0/+26
2024-12-19Better interfaceMatthew Lemon1-13/+17
2024-12-19Updates and removed comment from list output for now.Matthew Lemon1-15/+23
2024-12-19incrememental improvementsMatthew Lemon1-17/+32
2024-12-18Better date formattingMatthew Lemon1-2/+6
2024-12-18Horizontal layout for personal logs now split by dashed lineMatthew Lemon1-5/+19