Skip to content

Commit 93425ee

Browse files
committed
Update CHANGELOG
1 parent 9ae7689 commit 93425ee

1 file changed

Lines changed: 103 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 103 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -8,67 +8,121 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Added
1010

11-
- Update map style and legend [#710](https://github.com/azavea/echo-locator/pull/710)
12-
- Add frontend component library ADR [#614](https://github.com/azavea/echo-locator/pull/614)
13-
- Add `./scripts/ecs-shell <env>` script [#626](https://github.com/azavea/echo-locator/pull/626)
14-
- Bootstrap new frontend and remove old frontend [#666](https://github.com/azavea/echo-locator/pull/666)
11+
- Update map style and legend
12+
[#710](https://github.com/azavea/echo-locator/pull/710)
13+
- Add frontend component library ADR
14+
[#614](https://github.com/azavea/echo-locator/pull/614)
15+
- Add `./scripts/ecs-shell <env>` script
16+
[#626](https://github.com/azavea/echo-locator/pull/626)
17+
- Bootstrap new frontend and remove old frontend
18+
[#666](https://github.com/azavea/echo-locator/pull/666)
1519
- Add Tailwind CSS theme [#667](https://github.com/azavea/echo-locator/pull/667)
16-
- Add a styled Button component [#667](https://github.com/azavea/echo-locator/pull/667)
17-
- Add a styled Button Group component [#668](https://github.com/azavea/echo-locator/pull/668)
18-
- Add user profile subheader components [#668](https://github.com/azavea/echo-locator/pull/668)
19-
- Add mobile translations subheader component [#672](https://github.com/azavea/echo-locator/pull/672)
20-
- Add data fixture and update scripts [#673](https://github.com/azavea/echo-locator/pull/673)
21-
- Add responsive menu component [#674](https://github.com/azavea/echo-locator/pull/674) [#682](https://github.com/azavea/echo-locator/pull/682)
22-
- Add bar charts: Neighborhood Criteria and Commute Time [#675](https://github.com/azavea/echo-locator/pull/675)
20+
- Add a styled Button component
21+
[#667](https://github.com/azavea/echo-locator/pull/667)
22+
- Add a styled Button Group component
23+
[#668](https://github.com/azavea/echo-locator/pull/668)
24+
- Add user profile subheader components
25+
[#668](https://github.com/azavea/echo-locator/pull/668)
26+
- Add mobile translations subheader component
27+
[#672](https://github.com/azavea/echo-locator/pull/672)
28+
- Add data fixture and update scripts
29+
[#673](https://github.com/azavea/echo-locator/pull/673)
30+
- Add responsive menu component
31+
[#674](https://github.com/azavea/echo-locator/pull/674)
32+
[#682](https://github.com/azavea/echo-locator/pull/682)
33+
- Add bar charts: Neighborhood Criteria and Commute Time
34+
[#675](https://github.com/azavea/echo-locator/pull/675)
2335
- Add Neighborhood Card [#678](https://github.com/azavea/echo-locator/pull/678)
24-
- Add input components: Text, Number, Checkbox, Slider [#677](https://github.com/azavea/echo-locator/pull/677)
25-
- Add static translations support [#679](https://github.com/azavea/echo-locator/pull/679)
26-
- Add initial neighborhoods redux state [#686](https://github.com/azavea/echo-locator/pull/686)
27-
- Add modal dialog component [#682](https://github.com/azavea/echo-locator/pull/682)
28-
- Add state management migrate ADR [#685](https://github.com/azavea/echo-locator/pull/685)
29-
- Add discover page component structures [#687](https://github.com/azavea/echo-locator/pull/687)
30-
- Bootstrap map component [#688](https://github.com/azavea/echo-locator/pull/688)
31-
- Migrate route and travel time logic [#693](https://github.com/azavea/echo-locator/pull/693)
32-
- Add neighborhood ranking logic [#694](https://github.com/azavea/echo-locator/pull/694)
33-
- Add initial map styling and interactions [#690](https://github.com/azavea/echo-locator/pull/690)
34-
- Add formatted ranking lists to state [#698](https://github.com/azavea/echo-locator/pull/698)
35-
- Hook up ranked lists to map and list UI [#704](https://github.com/azavea/echo-locator/pull/704)
36-
- Add region field to neighborhood [#709](https://github.com/azavea/echo-locator/pull/709)
37-
- Add neighborhood detail modal [#722](https://github.com/azavea/echo-locator/pull/722)
38-
- Add frontend sign in page and authentication workflows [#723](https://github.com/azavea/echo-locator/pull/723)
36+
- Add input components: Text, Number, Checkbox, Slider
37+
[#677](https://github.com/azavea/echo-locator/pull/677)
38+
- Add static translations support
39+
[#679](https://github.com/azavea/echo-locator/pull/679)
40+
- Add initial neighborhoods redux state
41+
[#686](https://github.com/azavea/echo-locator/pull/686)
42+
- Add modal dialog component
43+
[#682](https://github.com/azavea/echo-locator/pull/682)
44+
- Add state management migrate ADR
45+
[#685](https://github.com/azavea/echo-locator/pull/685)
46+
- Add discover page component structures
47+
[#687](https://github.com/azavea/echo-locator/pull/687)
48+
- Bootstrap map component
49+
[#688](https://github.com/azavea/echo-locator/pull/688)
50+
- Migrate route and travel time logic
51+
[#693](https://github.com/azavea/echo-locator/pull/693)
52+
- Add neighborhood ranking logic
53+
[#694](https://github.com/azavea/echo-locator/pull/694)
54+
- Add initial map styling and interactions
55+
[#690](https://github.com/azavea/echo-locator/pull/690)
56+
- Add formatted ranking lists to state
57+
[#698](https://github.com/azavea/echo-locator/pull/698)
58+
- Hook up ranked lists to map and list UI
59+
[#704](https://github.com/azavea/echo-locator/pull/704)
60+
- Add region field to neighborhood
61+
[#709](https://github.com/azavea/echo-locator/pull/709)
62+
- Add neighborhood detail modal
63+
[#722](https://github.com/azavea/echo-locator/pull/722)
64+
- Add frontend sign in page and authentication workflows
65+
[#723](https://github.com/azavea/echo-locator/pull/723)
3966
- Add a wizard component [#725](https://github.com/azavea/echo-locator/pull/725)
40-
- Add Your Trips section and commute maps [#724](https://github.com/azavea/echo-locator/pull/724)
41-
- Add transit trip directions overlay [#726](https://github.com/azavea/echo-locator/pull/726)
42-
- Add user profile wizard [#729](https://github.com/azavea/echo-locator/pull/729) [#737](https://github.com/azavea/echo-locator/pull/737)
67+
- Add Your Trips section and commute maps
68+
[#724](https://github.com/azavea/echo-locator/pull/724)
69+
- Add transit trip directions overlay
70+
[#726](https://github.com/azavea/echo-locator/pull/726)
71+
- Add user profile wizard
72+
[#729](https://github.com/azavea/echo-locator/pull/729)
73+
[#737](https://github.com/azavea/echo-locator/pull/737)
4374
- Add top 10 tour [#730](https://github.com/azavea/echo-locator/pull/730)
44-
- Add neighborhood detail preview cards to Discover page [#741](https://github.com/azavea/echo-locator/pull/741)
75+
- Add neighborhood detail preview cards to Discover page
76+
[#741](https://github.com/azavea/echo-locator/pull/741)
4577
- Add base Trips Wizard [#740](https://github.com/azavea/echo-locator/pull/740)
46-
- Add neighborhood list display filters [#738](https://github.com/azavea/echo-locator/pull/738)
47-
- Add address autocomplete and handle invalid destinations [#742](https://github.com/azavea/echo-locator/pull/742)
78+
- Add neighborhood list display filters
79+
[#738](https://github.com/azavea/echo-locator/pull/738)
80+
- Add address autocomplete and handle invalid destinations
81+
[#742](https://github.com/azavea/echo-locator/pull/742)
4882
- Add edit trip modal [#744](https://github.com/azavea/echo-locator/pull/744)
49-
- Add neighborhood search [#743](https://github.com/azavea/echo-locator/pull/743)
50-
- Enable profile/trip wizards edit mode [#745](https://github.com/azavea/echo-locator/pull/745)
83+
- Add neighborhood search
84+
[#743](https://github.com/azavea/echo-locator/pull/743)
85+
- Enable profile/trip wizards edit mode
86+
[#745](https://github.com/azavea/echo-locator/pull/745)
5187
- Add Favorites page [#765](https://github.com/azavea/echo-locator/pull/765)
52-
- Add conditional school choice link [#775](https://github.com/azavea/echo-locator/pull/775)
88+
- Add conditional school choice link
89+
[#775](https://github.com/azavea/echo-locator/pull/775)
5390

5491
### Changed
5592

56-
- Update docker container infra and STRTA [#604](https://github.com/azavea/echo-locator/pull/604)
57-
- Upgrade Postgres from version 13 to version 17 [#616](https://github.com/azavea/echo-locator/pull/616)
58-
- Upgrade Django from version 3.2 to 5.2 [#616](https://github.com/azavea/echo-locator/pull/616) [#622](https://github.com/azavea/echo-locator/pull/622)
59-
- Update SSL cert resource creation with validation [#623](https://github.com/azavea/echo-locator/pull/623)
60-
- Parameterize and update URLs to analysis files [#627](https://github.com/azavea/echo-locator/pull/627)
61-
- Edit neighborhood data & images for new UI [#695](https://github.com/azavea/echo-locator/pull/695)
62-
- Refactor networks data state to support place comparisons [#699](https://github.com/azavea/echo-locator/pull/699)
63-
- Refactor user authentication APIs [#718](https://github.com/azavea/echo-locator/pull/718)
93+
- Update docker container infra and STRTA
94+
[#604](https://github.com/azavea/echo-locator/pull/604)
95+
- Upgrade Postgres from version 13 to version 17
96+
[#616](https://github.com/azavea/echo-locator/pull/616)
97+
- Upgrade Django from version 3.2 to 5.2
98+
[#616](https://github.com/azavea/echo-locator/pull/616)
99+
[#622](https://github.com/azavea/echo-locator/pull/622)
100+
- Update SSL cert resource creation with validation
101+
[#623](https://github.com/azavea/echo-locator/pull/623)
102+
- Parameterize and update URLs to analysis files
103+
[#627](https://github.com/azavea/echo-locator/pull/627)
104+
- Edit neighborhood data & images for new UI
105+
[#695](https://github.com/azavea/echo-locator/pull/695)
106+
- Refactor networks data state to support place comparisons
107+
[#699](https://github.com/azavea/echo-locator/pull/699)
108+
- Refactor user authentication APIs
109+
[#718](https://github.com/azavea/echo-locator/pull/718)
110+
- Implement units design changes
111+
[#776](https://github.com/azavea/echo-locator/pull/776)
64112

65113
### Fixed
66114

67-
- Fix staging deploy workflow [#613](https://github.com/azavea/echo-locator/pull/613)
68-
- Fix staging basemap glyphs error [#707](https://github.com/azavea/echo-locator/pull/707)
69-
- Refactor text search desktop list view [#764](https://github.com/azavea/echo-locator/pull/764)
70-
- Fix neighborhood detail and wizard UX bugs [#762](https://github.com/azavea/echo-locator/pull/762)
71-
- Fix various modal & autocomplete UX issues [#766](https://github.com/azavea/echo-locator/pull/766)
72-
- Offset modals if mobile keyboard open [#774](https://github.com/azavea/echo-locator/pull/774)
115+
- Fix staging deploy workflow
116+
[#613](https://github.com/azavea/echo-locator/pull/613)
117+
- Fix staging basemap glyphs error
118+
[#707](https://github.com/azavea/echo-locator/pull/707)
119+
- Refactor text search desktop list view
120+
[#764](https://github.com/azavea/echo-locator/pull/764)
121+
- Fix neighborhood detail and wizard UX bugs
122+
[#762](https://github.com/azavea/echo-locator/pull/762)
123+
- Fix various modal & autocomplete UX issues
124+
[#766](https://github.com/azavea/echo-locator/pull/766)
125+
- Offset modals if mobile keyboard open
126+
[#774](https://github.com/azavea/echo-locator/pull/774)
73127

74128
### Removed

0 commit comments

Comments
 (0)