We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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... }
The text was updated successfully, but these errors were encountered:
Status Changed: Work In Progress
Work In Progress
Sorry, something went wrong.
Data model is currently in a JSON file. Let's move it to MongoDB.
kreendurron
No branches or pull requests
Currently the model is:
Update should look like:
The text was updated successfully, but these errors were encountered: