Code Review IP-93 #81
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
Hi. We have added emitting WebSockets from back-end to front-end. We use it to emit events when something is updated on our back-end (for example, when user adds a new file to organization folder, all organization members receive event that files list is updated and then they decide whether they need to do a query to update content). In future, we will likely rewrite our server for only WS, but for now we use our server as an SDK thanks to the Swagger and we are waiting when NestJS or other framework will introduce OpenAPI for WS. Maybe OpenAPI for WS will be our next project :) We have also added an algorithm to uniquely generate an avatar (Julia set fractal algorithm) for every user based on his email. Then, this icon is saved on S3 Bucket and then user can get this icon via Signed Url that he gets from our back-end. Below you can see an example of this avatar. Also, I would like to say that Uryn Dmytro has contributed in 2022, but git email on his local machine is wrong, that's why GitHub doesn't see his work in "Contributors" tab of "Insights", but you can see it in "Commits" tab. Besides, Uryn Dmytro and Maxim Govoruha study in two subjects where you are a teacher: "Технології розроблення Back-end", "Гнучкі методи програмування". Grybenko Yegor studies only "Гнучкі методи програмування". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Примітка: у Frontend частині є папка
/src/clients/
в якій знаходиться автозгенерований кодopenAPI
(command to generate:yarn generate-clients
) , котрий не потребує reviewТакож має прийти запрошення на outside collaborator в дані репозиторії
Над проектом працювали студенти ІП-93:
Beta Was this translation helpful? Give feedback.
All reactions