feature/structure-refactor #33

Merged
dernst merged 9 commits from feature/structure-refactor into develop 2026-08-17 15:42:29 +00:00
Owner
No description provided.
fix: add missing migration
All checks were successful
VPS Deploy / build-and-push (pull_request) Successful in 9s
VPS Deploy / deploy (pull_request) Successful in 10s
ed60997af1
@ -0,0 +1,60 @@
using Microsoft.AspNetCore.Http.HttpResults;
Member

Remake this

Remake this
@ -0,0 +15,4 @@
me.MapDelete("/", [Authorize] async (DeleteMeCommand command, HttpContext http, TokenContext tk) =>
{
var result = await command.ExecuteAsync(tk.User);
if (result.Problem is { } problem)
Member

Create custom isProblem

Create custom isProblem
@ -0,0 +1,35 @@
using KeepGrouped.API.Middlewares;
using Microsoft.AspNetCore.Authorization;
Member

Remove that

Remove that
dernst requested changes 2026-08-17 13:10:21 +00:00
Dismissed
dernst left a comment

Need to change some stuff

Need to change some stuff
fix: remove ai comment and vibecoded shit my bad
All checks were successful
VPS Deploy / build-and-push (pull_request) Successful in 9s
VPS Deploy / deploy (pull_request) Successful in 11s
e0da449914
fix: forgot to change to IsProblem
All checks were successful
VPS Deploy / build-and-push (pull_request) Successful in 9s
VPS Deploy / deploy (pull_request) Successful in 11s
eb493dc9f8
dernst approved these changes 2026-08-17 15:42:24 +00:00
dernst merged commit 99320b3a1e into develop 2026-08-17 15:42:29 +00:00
dernst deleted branch feature/structure-refactor 2026-08-17 15:42:39 +00:00
Sign in to join this conversation.
No reviewers
No labels
bug
enhancement
feature
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
Transcendence/backend!33
No description provided.