-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cr-01-06-2023 #35
base: cr-01-06-2023
Are you sure you want to change the base?
cr-01-06-2023 #35
Conversation
… entity i do wspólnego dla userów, walidacja danych wejściowych gotowa
rejestracja pojedynczego Hr'a i listy użytkowników, zapis do osobnych…
…gister # Conflicts: # .gitignore # package-lock.json # package.json # src/app.module.ts # src/main.ts
#27-entities # Conflicts: # src/entities/Student.entity.ts
…e to many ze studentami :D.
…jedynczego usera (HR)
Entities i relacje w bazie danych/ # 27
…ail, a pozostałe dodawało, działa ale obsługa błędów jest beznadziejna i jak doda użytkownika to zwraca błąd, w sensie nie mogłem zwrócić w inny sposób komunikatu o tym kto został dodany ( chyba że to zbędne, to wywale )
Zmiany w pobieraniu cv studenta dla HR
…-from-develop Feature/#76 filtering data branch from develop
update Readme
Fix max reserved students
…udent. Change functions order, so student status won't be changed, when recruiter has reached maximum reserved students.
…ents filtering options.
…nts filtering options.
…ering Feature/#96 change salary in filtering
…-fix Feature/#95 change student status fix
added mail templates, and updated
Development
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kod jest w porządku i poukładany. Brawo! Wrzuciłem Wam w komentarze kilka miejsc, które można ulepszyć. Powodzenia!
|
||
Nest is [MIT licensed](LICENSE). | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super README!
|
||
JWT_SECRET: process.env['JWT_SECRET'], | ||
JWT_EXPIRES_ACCESS: process.env['JWT_EXPIRES_ACCESS'], | ||
JWT_EXPIRES_REFRESH: process.env['JWT_EXPIRES_REFRESH'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Klasa. Brawa za użycie env.
Tylko czy mi się wydaje czy brakuje przykładowego pliku evn?
Score3 = 3, | ||
Score4 = 4, | ||
Score5 = 5, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pytanie czy to ma sens?
Score5 = 5, | ||
} | ||
|
||
export enum StudentStatus { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Takie typy raczej dobrze przenieść do folderu typów.
</tr> | ||
</table> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Klasa, brawo za użycie ejs.
studentProfile.user = user; | ||
checkLinksToGithub(row.bonusProjectUrls); | ||
studentProfile.bonusProjectUrls = row.bonusProjectUrls; | ||
checkGrade(row.courseCompletion); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pytanie czy tego by się nie dało DTO jakoś ograć?
Dzięki za CR @Ami777 :) |
No description provided.