Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Create Placeholder Pages for remaining 3 areas #81

Open
4 tasks
ghost opened this issue Apr 4, 2020 · 0 comments
Open
4 tasks

Create Placeholder Pages for remaining 3 areas #81

ghost opened this issue Apr 4, 2020 · 0 comments
Labels
Flutter Issue relating to Flutter code Mobile Issue for mobile devices PBV: Mobile App Template

Comments

@ghost
Copy link

ghost commented Apr 4, 2020

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

  • Create school map placeholder
  • Create school schedule placeholder page
  • Create school policy placeholder page
  • Create school activities placeholder page

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
@ghost ghost added Flutter Issue relating to Flutter code Mobile Issue for mobile devices labels Apr 4, 2020
@ghost ghost changed the title Create Placeholder Page for remaining 3 areas Create Placeholder Pages for remaining 3 areas Apr 4, 2020
@ExperimentsInHonesty ExperimentsInHonesty moved this from Done to Prioritized Backlog in NST: Project Board Aug 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Flutter Issue relating to Flutter code Mobile Issue for mobile devices PBV: Mobile App Template
Projects
No open projects
Status: Prioritized Backlog
Development

No branches or pull requests

1 participant