tjp
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Matthew Lemon 6956a532c0 feat: Enhance MOD meeting functionality with journal entries
- 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-21 13:00:28 +00:00
.gitignore initial commit 2024-12-17 16:56:00 +00:00
go.mod initial commit 2024-12-17 16:56:00 +00:00
go.sum initial commit 2024-12-17 16:56:00 +00:00
tjp.go feat: Enhance MOD meeting functionality with journal entries 2024-12-21 13:00:28 +00:00