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

Update the reading plan's data model #4

Open
kreendurron opened this issue Jan 31, 2022 · 2 comments
Open

Update the reading plan's data model #4

kreendurron opened this issue Jan 31, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kreendurron
Copy link
Owner

kreendurron commented Jan 31, 2022

Currently the model is:

data = {
  "Month": {
    "day": "Lord's Day",
    "day1": "Song of Songs 1–8",
    days etc...
  },
  month 2 etc...

Update should look like:

data = {
  "Month": {
    "Day": {
      "r1": "",
      "r2": "Song of Songs 1–8",
    },
    day2 etc...
  },
  month2 etc...
}
@kreendurron kreendurron self-assigned this Jan 31, 2022
@kreendurron kreendurron added the enhancement New feature or request label Jan 31, 2022
@kreendurron kreendurron added this to the Beta Release milestone Jan 31, 2022
@kreendurron kreendurron moved this from Must Do to Proposed Ideas in The Bible Reading Challenge Bot Jan 31, 2022
@kreendurron kreendurron moved this from Proposed Ideas to Accepted Ideas in The Bible Reading Challenge Bot Jan 31, 2022
@kreendurron kreendurron moved this from Accepted Ideas to Work In Progress in The Bible Reading Challenge Bot Jan 31, 2022
@kreendurron
Copy link
Owner Author

Status Changed: Work In Progress

@kreendurron
Copy link
Owner Author

Data model is currently in a JSON file. Let's move it to MongoDB.

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

No branches or pull requests

1 participant