Skip to content
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

Open
wants to merge 163 commits into
base: cr-01-06-2023
Choose a base branch
from
Open

cr-01-06-2023 #35

wants to merge 163 commits into from

Conversation

Ami777
Copy link
Collaborator

@Ami777 Ami777 commented Jun 1, 2023

No description provided.

perlus3 and others added 30 commits April 19, 2023 20:40
… 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
Entities i relacje w bazie danych/ # 27
baradoslaw and others added 28 commits May 11, 2023 19:38
…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
…udent. Change functions order, so student status won't be changed, when recruiter has reached maximum reserved students.
…ering

Feature/#96 change salary in filtering
…-fix

Feature/#95 change student status fix
added mail templates, and updated
Copy link
Collaborator Author

@Ami777 Ami777 left a 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>
Copy link
Collaborator Author

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'],
Copy link
Collaborator Author

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,
}
Copy link
Collaborator Author

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 {
Copy link
Collaborator Author

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>
Copy link
Collaborator Author

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);
Copy link
Collaborator Author

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ć?

@perlus3
Copy link
Owner

perlus3 commented Jun 1, 2023

Dzięki za CR @Ami777 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants