[Feature_F1_E1]- Toggle indicator to compare student group to state data #102
shwndea
started this conversation in
Project Management
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature ID: [E1_F1]
Epic: Personalized CA Dashboard
flowchart TD %% Epic Node Epic["Epic: Personalized CA Dashboard(E1)"] %% Feature Nodes F1["Feature: Toggle indicator to compare group to state data(F1)"] F2["Feature: Provides Pre-intervention Warnings(F2)"] %% Connections Epic --> F1 Epic --> F2 %% Styling (Optional) style Epic fill:#f96,stroke:#333,stroke-width:2px style F1 fill:#6f9,stroke:#333,stroke-width:2px style F2 fill:#6f9,stroke:#333,stroke-width:2pxDefinitions
Description:
When clicking on an indicator an event changes the barometer shown from group data ( group of students user has access to) to the state data.
Goals:
[Goal 1: Store State Data already in Frontends Database]- Frontend Coding
Description: This goal involves ensuring that:
Tasks:
Assumptions:
Risks:
Developer Team:
React Components Involved:
React Dependencies:
[Goal 2: Request sent to Database_of_Truth] - Backend Coding
T8_F1_E1-Create a model class/a schema/ crud and routers to store the raw data it takes to calculate default_Indicator /default_indicator_category and [Indicator]student_group_indicator/[Indicator]student_group_indicator_category
T9_F1_E1-Create an API request that allows user to create update or delete default_Indicator /default_indicator_category and [Indicator]student_group_indicator/[Indicator]student_group_indicator_category via:
T10_F1_E1-Create an API request that allows user to export [Indicator]default_Indicator /[Indicator]default_category and __[Indicator]student_group_indicator/_[Indicator]student_group_indicator_category via:
T11_F1_E1-Tracks what IP addresses made the request using Celery & Redis
T12_F1_E1-Keep a library of authorized users and there levels of access
Assumptions:
Risks:
Developer Team:
** FastAPI Requests Involved:**
Redis Requests Involved:
Celery Requests Involved:
Created by: Shawn Dean
Date Created: [7/25/2024]
Last Updated by: [Your Name]
Date Last Updated: [Date]
Beta Was this translation helpful? Give feedback.
All reactions