refactor: enhance dataset management with auto-save functionality and improve dataset name editing process

This commit is contained in:
2025-10-19 21:25:54 +03:00
parent e99b5e2dc2
commit 11c876f74b
3 changed files with 160 additions and 1 deletions

View File

@@ -67,4 +67,5 @@ When implementing changes:
- Pay attention to the existing code base style and approaches and try to adhere to the existing style instead of bringing your own vision.
- When updating documentation, do not record intermediate changes - write them always as a matter-of-fact information.
- When working on the code, if you notice any opportunities to better bring the project to the state above - bring this to user's attention and ask for approval to implement the suggested changes.
- When attempting to implement a new feature, research whether a similar method or fuction already exists elsewhere. Propose to either enhance existing one, or create a new method in such cases.
- Testing: The user always tests changes manually. Do not start local servers or attempt to run the application.