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

User profile page #5

Open
sarimabbas opened this issue Aug 14, 2018 · 0 comments
Open

User profile page #5

sarimabbas opened this issue Aug 14, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sarimabbas
Copy link
Member

As per title, create the following

  1. A user view in views.py
  2. An HTML template

Keep in mind the following notes:

  • Look over Design Team work in the Drive as a starting point
  • Create a new branch
  • Here is a DTL templating guide: https://docs.djangoproject.com/en/2.0/ref/templates/builtins/
  • Your template(s) must live in client/templates/user directory. Make sure to extend layout.html
  • Any reusable components must be specified in client/templates/user/components directory
  • Your CSS must live in client/static/css/<page_name>.css. You may also make use of the styles in client/static/css/global.css
  • Your JS must live in client/static/css/<page_name>.js.
  • Your images must live in client/static/img/<page_name>/<example_img.png>
  • Test locally (see the README), push to branch and create a pull request
  • Comment pull request link here

That's it. Thanks!

@sarimabbas sarimabbas added enhancement New feature or request help wanted Extra attention is needed labels Aug 14, 2018
@sarimabbas sarimabbas assigned sarimabbas and unassigned sarimabbas Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant