-
Notifications
You must be signed in to change notification settings - Fork 34
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
Homework 2019 11 19 #284
base: homework-2019-11-19
Are you sure you want to change the base?
Homework 2019 11 19 #284
Conversation
… access if one's admin
- { property: 'roles', type: 'collection' } | ||
- { property: 'plainPassword', type: 'password' } | ||
- { property: 'homepage', type: 'url' } | ||
entities: |
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.
Verta atskirti kodo stiliaus pakeitimus ir funkcionalumo pakeitimą
Plačiau:
@@ -0,0 +1,31 @@ | |||
<?php |
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.
Nepalikinėk šiukšlių. Ši migracija nieko nedaro
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.
Kodas veikia ➕ buvo atskira pasakita (gal ir be namų darbų) apie Doctrine
➕ vėlai atrašau (jau greitai final atsiskaitymas) – tai už namų darbus balo nemažinu – palieku tavo sąžinei, ar verta pasigilinti
@@ -12,5 +12,10 @@ | |||
<div class="mb-2"> | |||
<span class="badge badge-primary">Website</span> <a href="{{ user.homepage }}"></a>{{ user.homepage }} | |||
</div> | |||
{% if user.linkedin is not null %} | |||
<div class="mb-2"> | |||
<span class="badge badge-primary">LinkedIn</span> <a href="{{ user.linkedin }}"></a>{{ user.linkedin }} |
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.
<span class="badge badge-primary">LinkedIn</span> <a href="{{ user.linkedin }}"></a>{{ user.linkedin }} | |
<span class="badge badge-primary">LinkedIn</span> <a href="{{ user.linkedin }}">{{ user.linkedin }}</a> |
Gal tuo ir skiriasi programuotojai nuo testuotojų... vieni mato kodą, kiti veikiantį kodą
Andrius Simanaitis