hackforla / new-schools-today

An open-source project to modernize online school resources led by students
16 stars 7 forks source link

Create Placeholder Pages for remaining 3 areas #81

Open ghost opened 4 years ago

ghost commented 4 years ago

Overview

We need a placeholder for each area of the app so that we can do routes and allow contributions to these pages.

Action Items

Resources/Instructions

Adding a new page

  1. Add a comment to this issue saying which page you're currently working on
    • Establish data structure
    • Make page designs
  2. Create page folder
    • Create file with data object ex: StaffDirectory has the Staff class
    • Create page file that only includes the loading data FutureBuilder
    • Create body file that includes your page body
      • Whenever you have the opportunity to use our app Globals please use them
      • Do not include any hard coded colors in your page
      • Body should include page logic and scaffolding
  3. Add page to router
    • Add page file to the main.dart
    • Add route info to the routes list
    • Add route info to the routes map within the app object