Coders-Living-Instant-Work-Journal / coders-living-instant-journal-client

A CLI based work journal, allowing coders to take quick notes from the terminal, and automatically sending scheduled e-mails containing notes from the configured time period.
MIT License
0 stars 0 forks source link

Add journal CRUD functionality #37

Closed kyllo34 closed 4 years ago

kyllo34 commented 4 years ago

As a user, I want to only be able to add a new entry to a specific category

Description

Given that the user is signed in When the user submits a properly formatted command Then a properly formatted request is sent to the API

Feature Tasks

Acceptance Tests