You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the statistics screen works with the Bar Chart without the main branch code. However, once we merged the main branch into the pranay's branch, the bar chart doesn't look as good as it did on the web version.
So, your following tasks are:
Using the incident types from the constants folder and incident interface from the types folder in the statistics screen
Incidents Filter
improve styling for iOS and Android devices. Functionality exists with Firebase intergrated
The text was updated successfully, but these errors were encountered:
A little better but this doesn't showcase all types of incidents on the chart. Maybe allowing user to either scroll on the histogram itself could be a way to have them see different types of incidents if it's not possible to display all types at once
The y-axis counts seem to repeat (Count 1 being displayed multiple times)
0f0b2d1 addresses previous issues. One additional improvement would be the following:
Use the incident and severity labels from import { INCIDENT_TYPE_LABELS, SEVERITY_LEVEL_LABELS, PIN_COLORS } from '@/constants/Incidents' rather than hard-coding them. This just ensures we're using the same labels throughout all the screens. If you don't have this file, you can copy it from the main branch
Will test this code on main branch and see if any other improvements can be made, but great work!
Currently, the statistics screen works with the Bar Chart without the main branch code. However, once we merged the main branch into the pranay's branch, the bar chart doesn't look as good as it did on the web version.
So, your following tasks are:
The text was updated successfully, but these errors were encountered: