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

Allocation Change Flow #330

Merged
merged 17 commits into from
Dec 22, 2021

Commits on Aug 6, 2021

  1. ubccr#294: Created a 'is changable' allocation attribute property. Wh…

    …en checked this property allows a 'request change' button to appear next to the corresponding attribute on its Allocation Detail page. This button will be used to link the user to a new form which will allow them to request changes to be made to the attribute (form still in progress).
    brisco17 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    1d13786 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. ubccr#294: Created an 'is changeable' attribute for allocations which…

    … will be used to allow PI's to request an extension on an allocation's End Date if checked in the admin portal. The 'Request Change' button on an Allocation Detail page has now been moved to the top of the page (and only one will appear for all desired changes). Fixed routing issue for the 'Request Allocation Attribute Change' form. Form in progress
    brisco17 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    0944bd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    751f4c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    289b646 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. ubccr#294: Recreated allocation change request migration file so that…

    … the 'is_changable' field is explicitly added (not having this was causing issues for existing ColdFront installations)
    brisco17 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ff75543 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ubccr#294-change-allocation-attributes' of github.com:b…

    …risco17/coldfront into ubccr#294-change-allocation-attributes
    brisco17 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1ab71b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. ubccr#294: Addressed PR comments. The 'request change' button on the …

    …'Allocation Detail' page now only appears if the allocation's 'is_changeable' field is set to true. A user can also only access the 'Allocation Change' form if the allocation has an acceptable status (almost everything besides 'Expired')
    brisco17 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0f57306 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. ubccr#294: Created new ColdFront config vars that allow users to deci…

    …de whether or not to allow allocation change requests by default and to customize the list of days users can request allocation extensions
    brisco17 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    44abfbf View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. ubccr#294: Fixed allocation change form submission issue ('Management…

    …Form data is missing or has been tampered with'). Also balanced form tag in allocation_change.html to fix invalid HTML error
    brisco17 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    fc4cc37 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. ubccr#294: Created a data migration file so that existing ColdFront i…

    …nstances, can get the allocation change status choices loaded into their application automatically
    brisco17 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    43f9c4b View commit details
    Browse the repository at this point in the history
  2. ubccr#294: Updated the Allocation Update Form in the Allocation Detai…

    …l page template to include the new 'is changeable' field
    brisco17 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    64eebde View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Made several requested updates/bug fixes such as updating the allocat…

    …ion change list format, fixing the 'Request Change' button functionality on the 'Allocation Detail' template, and updating who can see the 'is changeable' field on the 'Allocation Detail' Template
    brisco17 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    254f150 View commit details
    Browse the repository at this point in the history
  2. ubccr#294: Patching up a line in the allocation views.py file that wa…

    …s accidentally edited
    brisco17 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d2881d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. ubccr#294: Updated admin form in Allocation Change Detail template to…

    … post notes when a change is approved/denied
    brisco17 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    08a4470 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. ubccr#294: Allocation detail page now has a mechanism for admins to e…

    …dit allocation change requests
    brisco17 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    3754bac View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    a94ccc1 View commit details
    Browse the repository at this point in the history
  2. ubccr#294: Updated Allocation Change Detail page so that only admins …

    …see the editable form fields
    brisco17 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    526f9d9 View commit details
    Browse the repository at this point in the history