Releases: Giving-Coupons/giving-coupons
Releases · Giving-Coupons/giving-coupons
v0.1.0
What's Changed
- Add thank you page to the interest form by @bharathcs in #143
- Bump puma from 5.6.5 to 6.0.0 in /backend by @dependabot in #152
- Admin panel campaigns list by @sivayogasubramanian in #149
- Fix logout by @sivayogasubramanian in #150
- Add edit charity page. by @bharathcs in #153
- Update interest controller by @ganhongyao in #155
- Add basic thank you (success) page. by @bharathcs in #151
- Revert useSWR / number changes by @bharathcs in #156
- Implement coupons controller by @sivayogasubramanian in #144
- Admin campaign dashboard part 1 by @zognin in #158
- Add charity table and view page. by @bharathcs in #157
- Campaigns controller part 2 by @ganhongyao in #154
- Add seed images by @ganhongyao in #166
- Admin campaign dashboard Part 2 by @zognin in #165
- Fix admin campaign list by @sivayogasubramanian in #178
- Remove overflow-y in globals.scss by @zognin in #179
- Integrate campaigns list by @zognin in #177
- Campaign detail page by @ganhongyao in #163
- Redeem page by @sivayogasubramanian in #161
- Generate coupons on a ActiveJob by @ganhongyao in #182
- Add meta tags by @sivayogasubramanian in #181
- Validate presence of images by @sivayogasubramanian in #176
- Fix bug by @sivayogasubramanian in #183
- Landing Page by @owen-yap in #80
- Fix logo / image swap in charity form. by @bharathcs in #185
- Fix campaign form issues by @zognin in #187
- Fix deployment by @sivayogasubramanian in #186
- Fix seed data failing image validation by @ganhongyao in #188
- Fix interest status not updated by @ganhongyao in #191
- Miscellaneous fixes by @ganhongyao in #192
- Fix redemption always having zero amount by @ganhongyao in #206
- Fix no notif on api network error. by @bharathcs in #209
- Bump @types/node from 18.8.5 to 18.11.0 in /frontend by @dependabot in #213
- Bump axios from 1.1.2 to 1.1.3 in /frontend by @dependabot in #212
- Bump notistack from 2.0.5 to 2.0.8 in /frontend by @dependabot in #211
- Try to make url not break by @zognin in #216
- Add message when there are no campaign results by @zognin in #215
- Use Formik and disable if !dirty on admin login/signup. by @bharathcs in #207
- Fix admin validate hook. by @bharathcs in #190
- Just adding comments (no logic change) by @bharathcs in #219
- Switch to type-safe unknown instead of any. by @bharathcs in #217
- Fix campaign charity not saving edits. by @bharathcs in #218
- Clean up use of any in SimpleTable. by @bharathcs in #214
- Prevent selected charities from reuse. by @bharathcs in #210
- Bump @mui/material from 5.10.9 to 5.10.10 in /frontend by @dependabot in #235
- Bump @typescript-eslint/eslint-plugin from 5.40.0 to 5.40.1 in /frontend by @dependabot in #236
- Bump @typescript-eslint/parser from 5.40.0 to 5.40.1 in /frontend by @dependabot in #237
- Change URL for deployment by @sivayogasubramanian in #222
- Fix multiple campaigns for interest by @ganhongyao in #221
Full Changelog: v0.0.2...v0.1.0
v0.0.2
What's Changed
- Disable autocomplete for campaign name. by @bharathcs in #136
- Add charity selection by @bharathcs in #133
- Add campaign form by @zognin in #130
- Add charity form by @zognin in #142
- Campaigns controller part 1 by @ganhongyao in #141
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Add models by @ganhongyao in #1
- Add M1 platform to Gemfile + make prepush cross-platform. by @bharathcs in #3
- Use TCP over sockets for db (compatibility). by @bharathcs in #15
- Add initial API types by @sivayogasubramanian in #4
- Add
Interest
model by @ganhongyao in #14 - StatusMessages and Authentication by @sivayogasubramanian in #2
- Update models by @ganhongyao in #43
- Require master password whenever creating new users. by @bharathcs in #44
- Implement frontend APIs by @sivayogasubramanian in #46
- Implement snackbar by @sivayogasubramanian in #48
- Bump typescript from 4.8.3 to 4.8.4 in /frontend by @dependabot in #54
- Bump @typescript-eslint/parser from 5.38.1 to 5.39.0 in /frontend by @dependabot in #53
- Bump @types/node from 18.7.23 to 18.8.2 in /frontend by @dependabot in #51
- Bump axios from 0.27.2 to 1.0.0 in /frontend by @dependabot in #50
- Bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 in /frontend by @dependabot in #52
- Interest controllers by @ganhongyao in #49
- Add theme by @zognin in #57
- Bump @types/node from 18.8.2 to 18.8.3 in /frontend by @dependabot in #58
- Add admin sign in / sign out and blank dashboard page. by @bharathcs in #55
- Bump axios from 1.0.0 to 1.1.2 in /frontend by @dependabot in #60
- Implement PrimaryDonorsController by @sivayogasubramanian in #56
- Add SimpleTable by @ganhongyao in #61
- Add Interest API. by @bharathcs in #65
- Make minor change to campaign.rb by @bharathcs in #64
- Add error information when submit btn is disabled (forms). by @bharathcs in #62
- Add interest table by @ganhongyao in #63
- Add navbar by @zognin in #59
- Add auth protection to interests_controller by @sivayogasubramanian in #69
- Add campaigns by @zognin in #66
- Add primary donor API. by @bharathcs in #68
- Show login / register form errors by each field. by @bharathcs in #77
- Fix auth error message by @sivayogasubramanian in #71
- Add admin nav bar by @zognin in #79
- Implement campaign controller by @sivayogasubramanian in #76
- Make changes to the sign-in / sign-up pages. by @bharathcs in #84
- Bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 in /frontend by @dependabot in #87
- Bump eslint from 8.24.0 to 8.25.0 in /frontend by @dependabot in #89
- Bump @typescript-eslint/parser from 5.39.0 to 5.40.0 in /frontend by @dependabot in #88
- Add Interest creation validation by @bharathcs in #86
- Implement coupon controller by @sivayogasubramanian in #78
- Ensure Navbar returns JSX element. by @bharathcs in #90
- Install active storage by @sivayogasubramanian in #92
- Add search by @zognin in #83
- Add admin login check to interest page. by @bharathcs in #91
- Bump pg from 1.4.3 to 1.4.4 in /backend by @dependabot in #115
- Bump @mui/icons-material from 5.10.6 to 5.10.9 in /frontend by @dependabot in #116
- Bump @types/node from 18.8.3 to 18.8.4 in /frontend by @dependabot in #117
- Secondary donation controller by @sivayogasubramanian in #82
- Bump @mui/material from 5.10.8 to 5.10.9 in /frontend by @dependabot in #118
- Apply migrate by @bharathcs in #122
- Update models by @ganhongyao in #119
- Add interest page (v2) by @bharathcs in #121
- Add api types by @zognin in #120
- Fix some errors by @zognin in #124
- Deployment setup by @sivayogasubramanian in #94
- Github action for docker images by @sivayogasubramanian in #126
- Add seed data by @ganhongyao in #127
- Fix API doesn't throw error bug (only visible in production). by @bharathcs in #128
- Image upload abstraction by @sivayogasubramanian in #131
- Implement CharitiesController by @sivayogasubramanian in #134
- Add charities frontend APIs by @bharathcs in #138
- Bump @types/node from 18.8.4 to 18.8.5 in /frontend by @dependabot in #139
Full Changelog: https://github.com/Giving-Coupons/giving-coupons/commits/v0.0.1