-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
36 lines (35 loc) · 4.37 KB
/
TODO
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
ac:
Website:
// Website todo
✔ Make background fade in/out when transitioning games @matt @critical
✔ Use localStorage to remember the user's weather preference (every few seconds update the localStorage) @matt @critical
✔ Add weather music aswell by using APIs @matt @high
✔ Add cog top right to opt-out of weather and allow manual weather selection and time selection @matt @high
✔ Make volume buttons more responsive (grow/shrink on click) @matt @critical
✘ Add 30min ver instead @matt @high
✔ Add parallax effect like on dbio homepage for album art @matt @low
✔ Add Current weather next to hour & game name if different weather other than clear i.e. New Horizons - 6 AM (Snow) @matt @high
☐ Add spacebar functionality (toggle play/pause) @matt @high
☐ Add skeleton loader or image optimization @matt @low
✔ Add volume bar functionality @matt @critical
✔ Add mute button @matt @low
// Bugs
✔ Fix the request to the weather API @matt @critical
✔ Fix Tooltip on mobile for options menu @matt @critical
✘ Fix bug in firefox where there is no backdrop blur @wontfix @matt @high @today
✔ Fix the IP address that the webpage is recieving, currently recieving IP of vercel server (I assume) @matt @critical
✔ Album art clips over top of the play/pause buttton when tilting @matt @critical
API:
// Add API
✔ Create API repo @matt @critical
✔ Allow API to return the time and Animal Crossing song @matt @critical
✔ Return JSON like shown { time: '08 PM', firefoxTime: '8 PM', music: [ { game: 'New Horizons', file: '08 PM.mp3', firefoxFile: '8 PM.mp3' }, { ... } ] }@matt @high
✔ add ability to add query on end of domain for custom time or weather i.e. https://api.example.com?time=6AM&weather=Rainy @matt @high
// Bugs
✔ Window not initializing, find a way to render page w/o ssr or use a different method to get full URL @matt @critical
Post-Launch:
// After the beta is over
✔ Put on Product Hunt @matt @high
✔ Put on twitter @matt @high
Do When bored:
☐ redo entire music system to minimize number of mp3 files by just using parseInt() on the date so no more 03 and 0 @matt @high