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

Merge branch 'main' of https://github.com/AvaPL/Reservatio into Romek #55

Closed
wants to merge 6 commits into from

Conversation

rbuszko
Copy link
Collaborator

@rbuszko rbuszko commented Apr 10, 2021

Dodanie profilu i specyfikacji

Comment on lines +22 to +23
/* Sprawdza czy gwiazdka jest biała czy czerwona */
CheckStar(){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nazwy funkcji raczej małą literą. Jeśli potrzebny jest komentarz wyjaśniający co robi funkcja to znaczy, że źle jest nazwana.

Comment on lines +44 to +45
/* Funkcja dodaje zdjęcie z dodatkami */
AddPhoto(){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jw.

Comment on lines +64 to +65
/* Funkcja dodaje nazwę salonu */
AddName(){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jw.

Comment on lines +73 to +74
/* Funkcja dodaje adres salonu */
AddAddress(){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jw.

Comment on lines +82 to +83
/* Funkcja dodaje blok z komentarzami */
AddComments(){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jw.

Comment on lines +18 to +19
/* Funkcja dodaje blok z nazwą, zdjęciem i przyciskiem */
AddNamePhoto() {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jw.

Comment on lines +36 to +37
/* Funkcja dodaje adres salonu z przyciskiem zmiany */
AddAddress(){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jw.

Comment on lines +1 to +2
/* Kontener bazowy */
.baseprofile{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jw.

// Czcionka
font-size: 2vw;
// Cień
//box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nie trzymajmy zakomentowanego kodu w repozytorium, skoro nie jest potrzebny to można usunąć.

// Czcionka
font-size: 2vw;
// Cień
//box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jw.

@AvaPL AvaPL linked an issue Apr 10, 2021 that may be closed by this pull request
@rbuszko rbuszko closed this Apr 10, 2021
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.

Widok szczegółów salonu (informacje, opinie) w UI
2 participants