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

Bring back user profile #599

Merged
merged 80 commits into from
Mar 15, 2024
Merged

Conversation

RandomTannenbaum
Copy link
Collaborator

No description provided.

@RandomTannenbaum RandomTannenbaum force-pushed the feature/569-bring-back-user-profiles branch from 122c92c to 574917c Compare February 20, 2024 08:42
@ManuelMoeri ManuelMoeri linked an issue Feb 21, 2024 that may be closed by this pull request
@RandomTannenbaum RandomTannenbaum force-pushed the feature/569-bring-back-user-profiles branch from 6c23415 to 98bcf28 Compare March 1, 2024 12:40
@RandomTannenbaum
Copy link
Collaborator Author

Todo:

  • Translation
  • Test for picture in save person test
  • Fix visual bug

…w respectively. make roles display correctly
… implement most of the edit form to edit a user-profile
…bject and add fields for percentage and level
… permitted_relationships from people controller
… in overview when edit is clicked and remove absolute width from account overview tables
… assets path, move cancel button on edit view and fix view not loading when department name missing
…oller and remove picture_path method from people_controller, use new picture controller to load pictures correctly in view
…tus dropdown have correct value selected on edit
…d overriding the update method in the controller
…e remove roles work and update eventlistener of add role to correctly fire and trigger
@RandomTannenbaum RandomTannenbaum force-pushed the feature/569-bring-back-user-profiles branch from 5c7a8a0 to a9cae8a Compare March 12, 2024 11:39
@RandomTannenbaum RandomTannenbaum marked this pull request as ready for review March 12, 2024 16:00
@RandomTannenbaum RandomTannenbaum marked this pull request as draft March 12, 2024 16:06
@RandomTannenbaum
Copy link
Collaborator Author

Ready for review, but one bug to be solved

Copy link
Member

@Robin481 Robin481 left a comment

Choose a reason for hiding this comment

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

Looking really good, have some small inputs here and there.

And one more thing:
Visually what is missing is a clear distinction between the Title and the field values.
Make the titles such as Abschluss more visually distinct from what the user has entered.

app/assets/stylesheets/styles.scss Outdated Show resolved Hide resolved
app/assets/stylesheets/styles.scss Outdated Show resolved Hide resolved
app/assets/stylesheets/styles.scss Show resolved Hide resolved
app/assets/stylesheets/styles.scss Show resolved Hide resolved
app/assets/stylesheets/styles.scss Outdated Show resolved Hide resolved
app/views/people/show.html.haml Outdated Show resolved Hide resolved
app/views/people/show.html.haml Outdated Show resolved Hide resolved
config/locales/de.yml Outdated Show resolved Hide resolved
spec/controllers/api/people/picture_controller_spec.rb Outdated Show resolved Hide resolved
spec/controllers/people/picture_controller_spec.rb Outdated Show resolved Hide resolved
@RandomTannenbaum RandomTannenbaum marked this pull request as ready for review March 15, 2024 07:37
@RandomTannenbaum
Copy link
Collaborator Author

It seems like I found a fix for the problem with the person roles 🥳

@Robin481 Robin481 merged commit 69f4f08 into master Mar 15, 2024
2 checks passed
@Robin481 Robin481 deleted the feature/569-bring-back-user-profiles branch March 15, 2024 11:39
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.

New-Skills: Migrate user profile back to Rails
2 participants