Skip to content

Commit

Permalink
1224-besso-add-deletedat-field-to-get-dashboardusers-response-body (#…
Browse files Browse the repository at this point in the history
…1232)

* add deleteAt data from query get

* fixed code clean, add deletedAt as queryBuilder

* deleted console.log()

* deleted all console.log()

* deleted param deletedAt query,  fix some issue deletedAt

* ...

* deleted wrong data

* update data changelog

* deleted comments

* last commit

* add deletedAt in responseSchema
  • Loading branch information
joanbr4 authored May 9, 2024
1 parent 4bb20ed commit 0399bdf
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 99 deletions.
19 changes: 14 additions & 5 deletions services/sso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
All notable changes to this project will be documented in this file.

# Changelog

## [1.25.0] - 2024-05-8

### Added

- Add `deletedAt` field to GET `dashboard/users` response body.

## [1.24.0] - 2024-04-30

### Added
Expand Down Expand Up @@ -41,7 +48,7 @@ All notable changes to this project will be documented in this file.

### Added

- Endpoint `DELETE /dashboard/users/:id` for admin users.
- Endpoint `DELETE /dashboard/users/:id` for admin users.
- DB: `deleted_at` timestamp column to users talbe for soft delete

## [1.18.0] - 2024-04-11
Expand Down Expand Up @@ -77,14 +84,17 @@ All notable changes to this project will be documented in this file.
## [1.15.1] - 2024-03-07

### Fixed

- Corrected DNI/NIE control letter validation in validation schemas to ensure data integrity.

## [1.15.0] - 2024-03-05

### Added

- Name search filter for `GET /dashboard/users` endpoint allowing partial and case-insensitive name matching.

### Changed

- Enhanced `startDate` and `endDate` query parameters documentation in OpenAPI to specify YYYY-MM-DD format.
- `userNameSchema` validation in `dashboardUsersListQuerySchema` to require a minimum of 2 characters for name searches.

Expand All @@ -102,7 +112,7 @@ All notable changes to this project will be documented in this file.

### Added

- Date range filtering by `createdAt` for `GET /dashboard/users`
- Date range filtering by `createdAt` for `GET /dashboard/users`

## [1.13.0] - 2024-02-20

Expand All @@ -124,13 +134,13 @@ All notable changes to this project will be documented in this file.

### Added

- Endpoint `GET /dashboard/users` for admin users.
- Endpoint `GET /dashboard/users` for admin users.

## [1.10.0] - 2024-02-13

### Added

- Endpoint `POST /dashboard/login` and ` POST /dashboard/logout` for admin users.
- Endpoint `POST /dashboard/login` and ` POST /dashboard/logout` for admin users.

## [1.9.0] - 2024-02-12

Expand Down Expand Up @@ -182,7 +192,6 @@ All notable changes to this project will be documented in this file.

- Added forbidden response for POST login user.


## [1.7.1] - 2024-01-24

### Chore
Expand Down
Loading

0 comments on commit 0399bdf

Please sign in to comment.