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
Copy file name to clipboardexpand all lines: ROADMAP.md
+13-17
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,19 @@
2
2
3
3
## Next Steps
4
4
5
-
-[] Run through [Express best practices](http://expressjs.com/en/advanced/best-practice-performance.html) and implement other improvements for production server
6
-
-[] Run through [a11y project checklist](https://a11yproject.com/checklist/) to identify/address gaps in accessibility (Lighthouse audit score is 92 mobile, 98 web)
7
-
-[] BUG: Handle singular labels ("1 rides")
8
-
-[] BUG: Insert ride "day of week" meta in server to avoid browser specific date math
9
-
-[] Show day of week in event list to instill trust in filter
10
-
-[] Improve map performance, it's too slow
11
-
-[] Make navbar fixed at top of page
12
-
-[] Scroll to event in list when click on map marker
13
-
-[] Add "clear/reset" filters
14
-
-[] Add filters to controls: organizer, audience, location name, area (PDX/Vancouver), cancelled, duration, time of day
15
-
-[] Add toggle: sort by distance vs date
16
-
-[x] Add "use my location" toggle instead of asking for location on page load
17
-
-[] Only display distance when location enabled
18
-
-[] Make mapCenter draggable and/or drag map to filter
19
-
-[] Add filter to map: expandable radius
20
-
-[] Add button: report a problem
21
-
-[] Merge duplicates (repeating rides, example: TNR every thursday)
5
+
- Run through [Express best practices](http://expressjs.com/en/advanced/best-practice-performance.html) and implement other improvements for production server
6
+
- Run through [a11y project checklist](https://a11yproject.com/checklist/) to identify/address gaps in accessibility (Lighthouse audit score is 92 mobile, 98 web)
7
+
- Show day of week in event list to instill trust in filter
8
+
- Improve map performance, it's too slow
9
+
- Make navbar fixed at top of page
10
+
- Scroll to event in list when click on map marker
11
+
- Add "clear/reset" filters
12
+
- Add filters to controls: organizer, audience, location name, area (PDX/Vancouver), cancelled, duration, time of day
13
+
- Add toggle: sort by distance vs date
14
+
- Make mapCenter draggable and/or drag map to filter
15
+
- Add filter to map: expandable radius
16
+
- Add button: report a problem
17
+
- Merge duplicates (repeating rides, example: TNR every thursday)
0 commit comments