Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(journal): add date support to API #7280

Open
wants to merge 4 commits into
base: 4.x
Choose a base branch
from

Conversation

teobaranga
Copy link

These changes add the ability to specify a date when creating a journal entry through the API, or more accurately require it. The functionality is there when using the web but it was missing from the API. The title is now also optional through the API to match the web functionality.

Additionally, I've also standardised creating, updating, and deleting of entries across the web and API controllers. This follows the pattern that is used for activities.

A migration was added that copies the date from the journal_entries.date into the newly added entries.date field, which should be equivalent from what I understand.

For more context, I'm a big fan of Monica and I found this missing functionality when trying to use the API to build an Android client. I've never worked with PHP or done web dev before but this was essential functionality for the app so thought I'd give this a shot 馃憖 Because of that please let me know if anything is missing or inconsistent!

Refactor to use a common `CreateEntry` service across the web and api
Refactor to use a common `UpdateEntry` service across web and api
Refactor to use a common `DestroyEntry` service across web and api
@CLAassistant
Copy link

CLAassistant commented May 10, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants