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

Add group members view with permission checks #30

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2024

  1. Add group members view with Ruff required docstring and permissions…

    … checks.
    
    - Implement `group_members_view` to display members of a research group based on the `GroupMember` model.
    - Added permission checks to allow access only for the group owner or an admin.
    - Included check for PI (Principal Investigator) status to ensure group ownership.
    - Render `group_members.html` for authorised users; display `no_group.html` with a message for non-PI users.
    HarmonicReflux committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cf1288c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    996ce5a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Merge branch 'main' into 18_add_group_membership_view

    # Conflicts:
    #	imperial_coldfront_plugin/urls.py
    HarmonicReflux committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    87e1629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2649ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39d873e View commit details
    Browse the repository at this point in the history
  4. Add migation of models

    HarmonicReflux committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7f1ed1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd0736c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    a99e7c4 View commit details
    Browse the repository at this point in the history
  2. Disable pytest-mypy

    cc-a committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d1a12d5 View commit details
    Browse the repository at this point in the history