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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Functionality to the new command #30

Open
EMaksy opened this issue Apr 29, 2021 · 1 comment
Open

Add Functionality to the new command #30

EMaksy opened this issue Apr 29, 2021 · 1 comment
Assignees
Labels
cost: medium medium effort for implementation enhancement New feature or request
Milestone

Comments

@EMaksy
Copy link
Owner

EMaksy commented Apr 29, 2021

User Story

As a user I want to use the "new" command to create a day entry in the database for the upcoming entries.
If a user already used the new command, he needs to see a feedback.
If the user already created an entry in the database for today he should be informed that todays day was already initialized.

Acceptance Criteria 

  • Add modules to the database class for the new command which creates the sql day entries and ect
  • Create class methods for executing sql commands so the user is not required of any sql knowledge
  • Document the new cmd in the manpage

Reminder: This is the database for this project

database_edit

@EMaksy EMaksy added enhancement New feature or request cost: medium medium effort for implementation labels Apr 29, 2021
@EMaksy EMaksy added this to the 0.4.0 milestone Apr 29, 2021
@EMaksy EMaksy self-assigned this Apr 29, 2021
@EMaksy

This comment has been minimized.

EMaksy pushed a commit that referenced this issue Jun 13, 2022
Bumps [gettext](https://github.com/elixir-gettext/gettext) from 0.18.2 to 0.19.0.
- [Release notes](https://github.com/elixir-gettext/gettext/releases)
- [Changelog](https://github.com/elixir-gettext/gettext/blob/main/CHANGELOG.md)
- [Commits](elixir-gettext/gettext@v0.18.2...v0.19.0)

---
updated-dependencies:
- dependency-name: gettext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cost: medium medium effort for implementation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant