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

Have a way for users to send us the journal entries and store them in a temporary place #4

Open
abhijitpaul0212 opened this issue Jul 19, 2023 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@abhijitpaul0212
Copy link
Owner

abhijitpaul0212 commented Jul 19, 2023

Related to #1

Implementation

The temporary place for storing the journal entries to begin with, will be a Python list. That way we can store entries there and they get deleted when the application ends, but its super easy to do.

The entries themselves can be a Python dictionaries that contains the entry text and date of creation.

Something like this

entries = []

entries.add({
"content":  "the entry content",
"date": "the date of creation"

})

@abhijitpaul0212 abhijitpaul0212 added the feature New feature or request label Jul 19, 2023
@abhijitpaul0212 abhijitpaul0212 self-assigned this Jul 19, 2023
@abhijitpaul0212 abhijitpaul0212 moved this to In Progress in Microblog Jul 19, 2023
@abhijitpaul0212 abhijitpaul0212 moved this from In Progress to Done in Microblog Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant