-
Notifications
You must be signed in to change notification settings - Fork 351
add civis tab to user profile #1477
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
…or a given user profile
Implemented a functionality which allows to see a list of all civis associated with a user
User civis view
Create civis template
Revert "Create civis template" (want to make another PR with more details for logging purposes)
…template Revert "Revert "Create civis template""
create test cases for user civis
removed excess thumbs up and links
|
Code Climate has analyzed commit 73d3c3c and detected 0 issues on this pull request. View more on Code Climate. |
|
@all-contributors please add @oppcatchera for code |
|
I've put up a pull request to add @oppcatchera! 🎉 |
|
@all-contributors please add @riajots for code |
|
I've put up a pull request to add @riajots! 🎉 |
|
@all-contributors please add @audreyelim for code |
|
I've put up a pull request to add @audreyelim! 🎉 |
|
@all-contributors please add @FredKhayat for code |
|
I've put up a pull request to add @FredKhayat! 🎉 |
|
@all-contributors please add @rbatchu2 for code |
|
I've put up a pull request to add @rbatchu2! 🎉 |
Closes #1445
Description
This pr adds the functionality of checking all user-specific civis from the user profile page.
Changes include a user_civis.html template, and corresponding views and URL specification and unit tests.