Add per-user phase navigation with results toggle
This commit is contained in:
@@ -6,6 +6,7 @@ Also see the other related files: API.md, IIS.md, SPEC.md
|
||||
|
||||
- After every iteration, do a git commit with a brief summary of the changes as a commit message.
|
||||
- If you find unexpected changes in the code (deletions, changes, diff results that were not communicated.), never revert them and never restore the old state. Assume that those changes happened with intent.
|
||||
- After changing the backend, feel free to build the project and migrate the dn. If this is blocked by a running dotnet process, feel free to kill the process and retry the operation once.
|
||||
- Keep changes small and testable
|
||||
- Avoid introducing new dependencies unless they remove complexity.
|
||||
- Keep endpoint logic in `Endpoints/` and shared helpers/DTOs in their folders to avoid Program.cs bloat.
|
||||
|
||||
Reference in New Issue
Block a user