Database updates #34
sanketgarade
started this conversation in
General
Replies: 1 comment 2 replies
-
You can change the format of db.csv, it will only break the search site for now, but that's fixable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi @zarbod @the-kaustubh
there are some updates and requests from my end.
develop
branch as the development branch and merge it withmain
branch when something important needs to go onto the website. So going forward please raise PRs into thedevelop
branch and notmain
.So for the database, right now I'll keep the format unchanged and we can complete the markdown file scripts which we have already planned.
Also since we are planning to have a new database in a more efficient format (json or something) as @the-kaustubh has suggested, we will have to incorporate these requirements there also. And the markdown generator scripts will also need to be later updated to read from the new format. Thats why, as much as possible, when developing the markdown scripts and search site code we can try to keep the program structure generic and reusable so that the rework is less when 1. we change from csv to the new format and 2. also flexible to accommodate the changes in the database structure as it become more mature.
@the-kaustubh have you decided what will the format of the new database file will be?
Beta Was this translation helpful? Give feedback.
All reactions