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

add the given list of societies to database #112

Open
dvishal485 opened this issue Aug 29, 2024 · 0 comments
Open

add the given list of societies to database #112

dvishal485 opened this issue Aug 29, 2024 · 0 comments

Comments

@dvishal485
Copy link
Member

dvishal485 commented Aug 29, 2024

  • list of society shared on whatsapp
  • create a getter controller and route
  • no requirement of setter controller right now because create/update will rarely be required after initialization and minor changes can be done using mongodb compass directly as of now
  • make the interface have fields name, full_name and a description
interface Society {
    name : string
    full_name? : string
    description? : string
 }
  • keep description undefined for all soc right now, can be populated later on
  • no need to protect route (should be public api route)
  • to add in db, you can simply use ur own mongo instance and then share the same as JSON by exporting from mongodb compass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant