make requirements#15
Conversation
fenton512
left a comment
There was a problem hiding this comment.
Я добавил комменты, можешь чекнуть
|
|
||
| ## System Overview | ||
|
|
||
| ```mermaid |
There was a problem hiding this comment.
если эта тема будет менятся во время проекта, то норм, нужно будет переделать немного
|
|
||
| ## Architecture | ||
|
|
||
| ### Backend API |
There was a problem hiding this comment.
нужно добавить про юзеров
|
|
||
| - **Postgres** stores application state and structured quiz data | ||
| - **pgVector** supports retrieval and semantic lookup | ||
| - **Object Storage** keeps uploaded documents and derived artifacts |
There was a problem hiding this comment.
не особо понятно про object storage, мы это не обсуждали
|
|
||
| The goal is to make shipping boring in the best possible way: consistent builds, clear feedback, and low manual overhead. | ||
|
|
||
| ## Technical Domains & Module Ownership |
There was a problem hiding this comment.
меня тут даже нет(, да и в целом тут все не соответсвует действительности
| ### Week 1 | ||
|
|
||
| - [ ] Create UI prototype in Figma | ||
| - [x] Set up GitHub Actions workflow for CI/CD |
There was a problem hiding this comment.
у нас пока из CI/CD ток установка зависимостей питона, нам нужно сделать полноценный CI/CD, как мы обсуждали с костей
| - [ ] Elaborate services communication | ||
| - [ ] Set up and configure database | ||
| - [ ] Implement user authorization and authentication | ||
| - [x] Design and implement project architecture, including internal service architecture |
There was a problem hiding this comment.
вообще здесь имелось в виду то, что я описывал в тасках связанных с issue #4
| - [x] Design and implement project architecture, including internal service architecture | ||
| - [ ] Set up AI API hardcoded JSON endpoint | ||
| - [ ] Initialize LangChain setup and establish connection with the LLM provider | ||
| - [x] Define API contracts between the Go backend and Python ML service |
There was a problem hiding this comment.
здесь имелось в виду что-то более конкретное, например как схемы gRPC, и то, что говорил костя
HAPPY BIRTHDAY EXAM HACK!!! did you really think I’d let this week pass quietly? I know the kind of power you vibe with, the kind that keeps shipping no matter what. So here’s your gift, a baseline architecture wrapped in that same aura, use it anywhere, you know the rule, EVEN IF THE SPRINT NEVER ENDS, WE KEEP CLIMBING!!!
А если по делу, собрал фундамент для проекта, чтобы завтра было что показать по первой неделе и мы могли спокойно разъезжаться по своим задачам.
Что было сделано:
Closes #2
Closes #13
Closes #14