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

db: add different storages #26

Open
2 of 5 tasks
loup-brun opened this issue Jul 7, 2024 · 0 comments
Open
2 of 5 tasks

db: add different storages #26

loup-brun opened this issue Jul 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@loup-brun
Copy link
Owner

loup-brun commented Jul 7, 2024

Currently, the meets are stored in a JS file src/lib/db.js. This works fine, but lacks type-checking and other features (like ID uniqueness). It's also slightly irritating to open a JS file just to update a meet info. This could be eased by using a live backend database or CMS with a simple web frontend.

Ideas for the meets DB:

Each instance would have its own DB configuration (could be file-based for a small instance, web-based DB for larger instances).

TODO extract DB modeling from src/lib/db.js and make a nice table with documentation describing the fields and their usage.

Storages

@loup-brun loup-brun added the enhancement New feature or request label Jul 7, 2024
@loup-brun loup-brun self-assigned this Jul 7, 2024
This was referenced Jul 9, 2024
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