malex37 / marathon

0 stars 1 forks source link

Sprint view data population #4

Open malex37 opened 2 years ago

malex37 commented 2 years ago

Sprint details view should have auto population of data. Entry point of data fetch will be navigation address /sprint/:idwhere :id is the name of the sprint. This will be used to fetch the sprint data from dynamo DB, maybe a correlating ID would be easier. Something like sprint name -> correlating ID -> fetch from other tables. Correlation ID could be avoided if the name for a sprint is made to be unique.

Open questions

malex37 commented 2 years ago

Data retrieval to user dashboard partially done in https://github.com/malex37/marathon/commit/e1124f5801091c9e0fad96e72b40b5d8933d2234 still requires better data handling with DDB