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

Client App - Proper JSON Packaging #28

Closed peter7cole closed 4 years ago

peter7cole commented 4 years ago

As a user, I want the app to properly package my data to the server

Description

Given the user has successfully created their account, their password, their entry, and category When they submit, it is packaged with the command, date & time stamp, their username and entry Then sends the properly formed JSON package to the server

Feature Tasks

Acceptance Tests