-
Notifications
You must be signed in to change notification settings - Fork 69
Refactor Users#index to paginate and filter on the backend. Closes #266 #272
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
Conversation
Welcome to TimeOverflow @knoopx ! keep it coming, it looks pretty good so far 🎉 ! |
} | ||
end.to_json.html_safe | ||
end | ||
|
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.
I thought the login had some piece angular too |
Thanks!! I see 3 things after testing:
|
…no longer present
…ive organization and it can’t be queried directly from the database
👏👏👏 @knoopx Could it be possible to sort by balance? administrators use it... It just did not work well |
|
valid_email: user.has_valid_email? | ||
} | ||
end.to_json.html_safe | ||
end |
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.
We need to make sure we also get rid of the private methods this might use.
I'm taking this over. Sorry @knoopx, we need to finish it up to move on to new things. |
Ok I got why sorting by balance doesn't work out of the box. It's a column on the |
Done @sseerrggii ! |
@sseerrggii @sauloperez do the changes in locales files will need some processing in localeapp? |
Given the nature of the change, I guess not, but we'll take a look. |
🙈 I'll take a look. |
This removes the scroll bar that shows up in the users list, which you can't move at all.
Done @sseerrggii. Although was a preexistent issue I managed to fix easily. Can you take another look? |
Tested and working. Moving on! |
Uh oh!
There was an error while loading. Please reload this page.