new api service and logic implemented

This commit is contained in:
2025-01-23 22:27:25 +03:00
parent d91ecda9df
commit 32022ca521
245 changed files with 28004 additions and 0 deletions

42
docs/notes/README.md Normal file
View File

@@ -0,0 +1,42 @@
# Development Notes
This directory contains development notes and documentation organized by topic and date.
## Structure
- Each note is stored as a markdown file
- Files are organized by topic in subdirectories
- File naming format: `YYYY-MM-DD_topic_name.md`
- Each note includes:
- Date
- Topic/Category
- Content
- Related files/components
- Action items (if any)
## How to Add Notes
1. Create a new markdown file with the date prefix
2. Use the standard note template
3. Place in appropriate topic directory
4. Link related notes if applicable
## Note Template
```markdown
# [Topic] - [Date]
## Overview
Brief description of the topic/issue
## Details
Main content of the note
## Related
- Links to related files/components
- References to other notes
## Action Items
- [ ] Todo items if any
- [ ] Next steps
```