Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 870 Bytes

order.md

File metadata and controls

35 lines (31 loc) · 870 Bytes
  1. Tools Setup
  2. File / New / Backend
  3. EF Model
    • Core
    • Session Result
      • Entity Object
  4. Build all API controllers
  5. Validation attribute to prevent overlapping sessions in a track
  6. Swashbuckle
  7. Add Front End, Render Agenda (anonymous)
  8. Add front end models entities
  9. Add Auth for Admin
    • Every session has an edit link
    • Every track has an add session
  10. Attendee - sign in with Twitter and favorite sessions
  11. Caching on front end
  12. Bundler.Core https://docs.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification
  13. Azure
  14. Publishing
  15. App Insights
  16. Diagnostics

Day 1: Get it functional Day 2: Make it cool

React front end - show the data

Todo: Who covers which part

David: Backend David: Auth (Twitter is done, will add Google) Damian: Public and Admin views Jon: Seed data, markdown Jon: SPA with React