Releases: uwblueprint/sistering
Releases · uwblueprint/sistering
v0.1.1
What's Changed
Improved languages/skills dropdown to allow users to add new options
- Create a SearchSelectorField to replace the current SelectorField for adding skills by @twilkhoo in #663
- Update languages field to use SearchSelectorField by @twilkhoo in #667
Fixed bug where editing profile resets user branches
- Fix update user resolver to exclude branches as it is only changed by super admin via other resolvers by @MatoPlus in #665
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Add health check to docker-compose.yml by @lambo-liu in #10
- Migrate database connection logic from Sequelize to Prisma by @albertlai431 in #13
- Migrate test database to same server as dev database by @daniel-sm-yu in #15
- Create GitHub Workflow for Linting by @daniel-sm-yu in #24
- Prisma user and entity models by @lambo-liu in #36
- Add Prisma env file path to secret.config by @sherryhli in #37
- Create prisma models for the remaining entities by @jiarucao in #38
- Fix userService test by @briantu in #39
- Set container names and update backend dev script to include prisma generate command by @sherryhli in #46
- Skills crud resolvers by @briantu in #47
- Moved Forget Password to Landing Page by @hujoseph99 in #53
- Add Chakra UI component library to frontend by @sherryhli in #65
- Remove extraneous code and dependencies by @sherryhli in #56
- Bump json-schema from 0.3.0 to 0.4.0 in /frontend by @dependabot in #69
- Bump axios from 0.21.1 to 0.21.2 in /frontend by @dependabot in #70
- Bump tmpl from 1.0.4 to 1.0.5 in /frontend by @dependabot in #71
- Bump tar from 6.1.0 to 6.1.11 in /frontend by @dependabot in #72
- Bump path-parse from 1.0.6 to 1.0.7 in /frontend by @dependabot in #73
- Bump ws from 6.2.1 to 6.2.2 in /frontend by @dependabot in #74
- Bump url-parse from 1.5.1 to 1.5.3 in /frontend by @dependabot in #75
- Bump dns-packet from 1.3.1 to 1.3.4 in /frontend by @dependabot in #76
- Set up backend and frontend deployment with CI by @sherryhli in #66
- Create Posting CRUD Methods and GraphQL Resolvers by @albertlai431 in #64
- Add .gitattributes file with line endings rule by @sherryhli in #77
- Create Branch CRUD Methods and GraphQL Resolvers by @briantu in #80
- Create Shift CRUD Methods and GraphQL Resolvers by @lambo-liu in #55
- Bump shelljs from 0.8.4 to 0.8.5 in /backend by @dependabot in #84
- Bump follow-redirects from 1.14.6 to 1.14.7 in /frontend by @dependabot in #85
- Create Volunteer Posting List Page by @albertlai431 in #96
- Add status field to Posting and update Posting types and resolvers by @briantu in #97
- Add VolunteerUser CRUD Methods by @jiarucao in #63
- Use scalar Date & DateTime instead of strings in handling Postings & Shifts by @lambo-liu in #98
- Implement type safe error handling by @lambo-liu in #100
- Create page for Admin Posting by @MatoPlus in #95
- Alert Google login error details by @sherryhli in #78
- Create context components for posting state management by @sherryhli in #103
- Remove availability and prereq table from schema by @MatoPlus in #106
- Migrate node-fetch to axios by @MatoPlus in #110
- Add brand colours to theme by @LenaNguyen in #116
- Built out shift signup endpoints by @hujoseph99 in #90
- Add default fonts for components by @MatoPlus in #124
- Add tag styling to theme by @LenaNguyen in #133
- Admin create posting "Review and Post" page UI by @briantu in #136
- Add EmployeeUser CRUD and GraphQL Resolvers by @jiarucao in #111
- Add Posting Details Page UI and Query by @albertlai431 in #140
- Modify branch id field on employee model by @LenaNguyen in #148
- Add API call functionality to create posting by @briantu in #147
- Admin create posting side "navigation bar" by @hujoseph99 in #137
- Added volunteer availability table row components by @MatoPlus in #134
- Generate Seed Data by @LenaNguyen in #161
- Apply "caption" text style to tags by @briantu in #165
- Add filtering by status to signups by @hujoseph99 in #163
- Create volunteer shifts page component by @lambo-liu in #151
- Add Admin Posting Details Page by @albertlai431 in #167
- Complete volunteer posting card, postings page, postings filter by @Boyazhang1 in #166
- Create volunteer navbar by @briantu in #182
- Implement admin "select shift times" calendar by @lambo-liu in #150
- Redirect to 404 page when posting does not exist by @briantu in #186
- Admin Create Posting Shifts Page UI by @jiarucao in #164
- Create frontend utilities using Moment.js by @Boyazhang1 in #187
- Build create posting basic info form and page by @sherryhli in #188
- Change Sistering logo to use svg in volunteer navbar by @briantu in #198
- Add Support for Nested Fields in isAuthorizedByUserId for Retrieving UserId by @albertlai431 in #185
- Add rich text to seed data by @LenaNguyen in #201
- Fetch and display user name in volunteer navbar by @briantu in #205
- Create volunteer shift row by @LenaNguyen in #202
- Create AdminSchedulePostingPage by @hujoseph99 in #223
- Denormalize signup res and query types by @MatoPlus in #221
- Add Published to Signupstatus Enum by @Boyazhang1 in #228
- Polish admin posting pages by @sherryhli in #203
- Implement skill and employee tag popovers by @briantu in #211
- Create Rich Text Display Component by @Boyazhang1 in #224
- Add signup shifts query by posting id by @MatoPlus in #231
- Add reset password page component by @MatoPlus in #240
- Add volunteer select availability table by @MatoPlus in #200
- Use RichTextDisplay in posting details page by @Boyazhang1 in #239
- Bump node-fetch from 2.6.1 to 2.6.7 in /backend by @dependabot in #112
- Bump follow-redirects from 1.14.7 to 1.14.8 in /backend by @dependabot in #142
- Bump follow-redirects from 1.14.7 to 1.14.8 in /frontend by @dependabot in #143
- Bump url-parse from 1.5.3 to 1.5.10 in /frontend by @dependabot in #183
- Integrate RichTextDisplay into PostingCard component by @sherryhli in #243
- Skip shifts that occur before start date by @LenaNguyen in #232
- Implement monthly view calendar for admin scheduling UI by @lambo-liu in #207
- Modal for removing volunteers by @hujoseph99 in #222
- Create admin schedule review table by @lambo-liu in #206
- Add posting fields to shiftSignup fetch by @jiarucao in #249
- Add Rich Text Field for Create Posting Basic Info by @albertlai431 in #238
- Add Edit Volunteer Row by @albertlai431 in #246
- Schedule creation page header by @briantu in https://github.com/uwblueprint/sistering/pu...