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
I'm creating this issue because I was working on pydantic v2 validation and then AWS collapsed, so it's more like a reminder to pick up later.
Current problems I was identifying:
Graduate filters returning wrong matches.
Problems with adding annotations, tutorsFeedback model is not accepting optional values, I think it's because the setters don't have a return statement.
Add annotation is not appending to the user model, it returns 201 but then the user is not being updated.
Add annotations modal is not updating after invalidateAll.
I'm creating this issue because I was working on pydantic v2 validation and then AWS collapsed, so it's more like a reminder to pick up later.
Current problems I was identifying: