actix_sqlx_mysql_user_crud icon indicating copy to clipboard operation
actix_sqlx_mysql_user_crud copied to clipboard

General upgrades

Open jamesjmeyer210 opened this issue 4 years ago • 0 comments

  • [ ] 1. Rename the lifetimes.
  • [ ] 2. Strengthen types.
  • [ ] 2.1 Provide user password field.
  • [ ] 2.2 Regex email field
  • [ ] 3. Provide pagination for group focused queries: 1 get users by group (page u16) 2 get users by groups (p u8[0]... p u8[n]) 3 get groups of user
  • [ ] 4. Provide end-to-end tests via postman

jamesjmeyer210 avatar Apr 15 '21 06:04 jamesjmeyer210