Skip to content

Comments

Add /how-to-register documentation page with registration workflows#106

Draft
Copilot wants to merge 5 commits intomasterfrom
copilot/add-how-to-register-page
Draft

Add /how-to-register documentation page with registration workflows#106
Copilot wants to merge 5 commits intomasterfrom
copilot/add-how-to-register-page

Conversation

Copy link
Contributor

Copilot AI commented Jan 19, 2026

Adds a dedicated page at /maia/how-to-register documenting user and project registration workflows with visual guides.

Changes

  • New route: apps/home/urls.py adds how-to-register path
  • View: apps/home/views.py implements how_to_register()
  • Template: apps/templates/home/how-to-register.html provides:
    • User registration workflow (navigate → fill form → email verification)
    • Project registration workflow (access form → resource allocation → submission)
    • Visual form screenshots for both flows
    • Troubleshooting section (common errors, validation formats)
  • Assets: Form screenshots at apps/maia/static/assets/img/MAIA/registration-*.png

Implementation notes

  • Uses Django URL reversal ({% url 'register' %}) for all internal links
  • No inline JavaScript to maintain CSP compliance
  • Follows existing dashboard styling patterns

Screenshot

How to Register Page

Page includes step-by-step instructions for both registration types, annotated screenshots, and direct links to registration forms.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add "/how-to-register" page in maia-dashboard with instructions and registration screenshots</issue_title>
<issue_description>## Add "/how-to-register" Page to maia-dashboard

Create a new page in maia-dashboard accessible at /how-to-register that provides clear guidance on registration processes. The page should include:

Instructions

  • How to register a new user: Step-by-step guide outlining the user registration flow.
  • How to register a new project: Detailed instructions for registering a new project, including any prerequisites and best practices.

Visuals

  • Screenshots for user registration: Annotated images highlighting important fields and steps.
  • Screenshots for project registration: Visual aids showing the workflow for adding a new project.

Notes

  • Ensure content is accessible and user-friendly.
  • If possible, link to related resources or FAQs for further reference.

Goal: Make the registration processes for both users and projects intuitive and well-documented within the dashboard.</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 4 commits January 19, 2026 09:14
Co-authored-by: SimoneBendazzoli93 <25175838+SimoneBendazzoli93@users.noreply.github.com>
Co-authored-by: SimoneBendazzoli93 <25175838+SimoneBendazzoli93@users.noreply.github.com>
…mplate

Co-authored-by: SimoneBendazzoli93 <25175838+SimoneBendazzoli93@users.noreply.github.com>
Co-authored-by: SimoneBendazzoli93 <25175838+SimoneBendazzoli93@users.noreply.github.com>
Copilot AI changed the title [WIP] Add how-to-register page in maia-dashboard with instructions and screenshots Add /how-to-register documentation page with registration workflows Jan 19, 2026
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.

Add "/how-to-register" page in maia-dashboard with instructions and registration screenshots

2 participants