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: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
## v1.1.0
4
4
5
5
### Added
6
+
- Added `isArchived` field to the `users` table to help us filter those users out when returned in `users` response [#281]
7
+
- Added `findByProjectIdWithPagination` method to the `PlanSearchResult` model for the `plans` resolver [#281]
8
+
- Added `userProjects` query to return all projects for a specified user, with search term and pagination [#281]
9
+
- Added `updateUserRole` mutation for admins to change a user's role, `updateUserInfo` mutation for super admins to update a specified user's profile, and an `archiveUser` mutation to archive a user[#281]
6
10
- Added a default researc h output table question to the default template
7
11
- Added data migration to add `displayAbbreviation` and `displayDomain` to the `affiliations` table
8
12
- Added data migration to backfill those new DB fields
@@ -102,6 +106,8 @@
102
106
- added data-migration to fix question JSON so that `"selected": 0` is now `"selected": false` (and `1` -> `true`).
103
107
104
108
### Updated
109
+
- Updated `plans` resolver to have pagination for a specified `userId` with optional `search term`, and added a chained resolver for `PlanSearchResult` for `templateOwnerAffiliationName`[#281]
110
+
- Updated `PlanSearchResult` model to include `createdById` and `templateOwnerAffiliationName` for the Admin Users page [#281]
105
111
- Update local migration to add RO question to default template
106
112
- Updated `users` resolver to include `role` and `affiliationId`[#240]
107
113
- Added `findByAffiliationId` and `search` to pass in `role` as optional [#240]
0 commit comments