forked from BloomTech-Labs/asylum-rg-fe-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.personalNotes
62 lines (52 loc) · 3.67 KB
/
.personalNotes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Home Page / Landing
~~ Page breaks at 1025px width
~~ Links at the bottom, both the privacy-policy destination and the sign-up destination are led to a 404 PAGE NOT FOUND
~~ Link to top("Back To Top") needs styling re-adjustments
~~ Header in main needs styling re-adjustments
Graphs Page
~~ Page breaks at 1025px width
~~ Doesn't seem to be any data display'd when cycling through the cities
~~ Zoom in & Zoom out buttons are broken, need a limit
~~ Others might work, need data to check
\/\/\/\/\/ Comparing the Projects \/\/\/\/\/
Home Page / Landing
~~ Both have poor stylings for smaller width's
~~ Need three new images displayed, with corresponding descriptions
~~ Need a "Download the Data" option
~~ Whole new section titled "Systemic Disparity Insights"
~~ Section contains three metrics, preceded be explanations of what the metrics mean
~~ Read more link
~~ Same links are broken on the footer
Graphs Page
~~ Both have poor stylings for smaller width's
~~ Concurrent bug with the zoom in and zoom out being... too effective, I guess
~~ Need to bring in the data to be used. Probably a local source.
~~ Should maybe make the list at the bottom an expandable object
~~ Heat maps don't change despite being different cities. Intentional?
~~ When using the selected zoom tool, it pop-ups a "double click to zoom back out". I think this should be a concurrent thing that lingers, cus people can miss/forget
~~ Box select and lasso select seem to only work on the map, they shouldn't appear on the graph section(time series).
~~ Reset either doesn't work or doesn't work like how I expect it to, aka it might be doing something else I'm not seeing
~~ I have no idea what the Query box's do, if anything
~~ Styling on box's is not the same width, looks ugly.
First Ticket TODOS:
~ When conforming to smaller devices, I should minimize all the images and content, as well as the text, into a slideshow type of thing. I think that would be a fun thing to do and also LEARN how to do.
~ Fix the page breaks.
~ Possibly remove the broken links; only issue is they might be tied to unit tests.
~ It would be nice to link of the metrics that are displayed to actual requests from, say, an api, but I don't 1. Know if its an api source or 2. if so, what api?
~ Add the download the Data button. IDK what its gonna download(or how TO download)
~ Make the styling a bit more reactive; There ARE some hover elements, but they are few and far inbetween. Also, I can add some bolding to some of the lines to really make it readable.
~ cont. What do I mean by readable? Well, I still haven't read the resource, and I've looked at this page like 5 seperate times. It's hard to grab my attention.
~ cont 2. I should remember what it taught me and not go overboard, this is a corporate site, I should treat it like one.
~ In the big text blob, we can include links to the literal places its talking about, they are their own... {/place} things, you know what I mean?
~ Back to top DEFINITELY needs styling.
Third Ticket changes(to keep track):
~ Wrapping the componenet App in Auth0Provider so it can work
~ Auth files created in SRC and populated with data to make it work(history function)
~ Created a login button under src/components/common
~ Created a signup button under src/components/common
~ Created a logout button under src/components/common
~ Created a authentication button combining login and logout under src/components/common
~ Created the actual button under src/components/common
~ Added Proctected Routes via a componenet in auth
~ Added a profile button leading to the profile page
~ Styled profile and log in/log out buttons