Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Design the Database for the Destinations, activities and Routes. #28

Open
3 tasks
riginoommen opened this issue Jan 29, 2021 · 0 comments
Open
3 tasks
Labels
Database enhancement New feature or request

Comments

@riginoommen
Copy link
Member

riginoommen commented Jan 29, 2021

Tables

  • Destinations
  • Routes
  • Activities

Relations

  • Build Primary Keys and Foreign keys for this tables
  • Activites and Destinations should be mapped.
  • Routes and Destinations should be mapped

Destinations

Fields Required
  • name
  • description
  • place image url
  • tags
  • activites should be listed
  • Routes linked to it

Activities

  • name
  • type
  • description
  • cost
  • timing
  • coordinates (latitude and longitude)
  • booking url
  • review based on destination

Routes

  • name
  • description
  • destinations associated with route
  • Activities with destination.
@riginoommen riginoommen changed the title Design the Database for the Destinations, ctivities and Routes. Design the Database for the Destinations, activities and Routes. Jan 29, 2021
@riginoommen riginoommen added Database enhancement New feature or request labels Jan 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Database enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant