Skip to content
Snippets Groups Projects
  1. Jan 12, 2024
  2. Jan 11, 2024
  3. Jan 09, 2024
  4. Jan 08, 2024
  5. Jan 03, 2024
  6. Jan 02, 2024
  7. Dec 18, 2023
  8. Dec 16, 2023
  9. Dec 13, 2023
    • Sandeep Chauhan's avatar
      Add "PAFs for review" table for paf approvers (#3645) · d0d53865
      Sandeep Chauhan authored
      Fixes #3535 
      
      Right now, we have two tables on the approvers dashboard "PAF waiting
      for approval" and "PAF waiting for assignee" but as per the latest
      design we want a new table "PAFs for review" that contains data from
      both of the above tables and list it in a simple manner.
      In this PR we are just adding that new table but not removing the older
      ones, once we are done with the new table testing and are ready to have
      it then we can remove the older ones.
      
      The date requested column is kind of not clear yet. 
      We have multiple dates, one of them is the "Submitted date" which is
      when a lead/staff submits the PAF for the first time. Another one is
      "Updated date" which is when staff submits or this approval(not paf) is
      updated even for change approver/assignee(right now I have used this
      one).
      But I think we might need to maintain one more date as the "date
      requested" for every approval, which might be different from both of the
      above dates in sequential workflow(ex: the second approval
      date_requested will be set as the first approval approved_date) while it
      will be same as submit_date for parallel workflow.
      
      What do you all think, is the submit_date enough, or should we have
      date_requested as another as explained above?
      
      **Update**
      We decided to use submit_date as date_requested.
      Removing the old tables as the new table contains both old tables' data.
      d0d53865
    • Wes Appler's avatar
      Added descriptions to group selections in Wagtail admin (#3636) · 6622ca43
      Wes Appler authored
      Fixes #3541.
      
      This PR adds descriptive help text to the Wagtail admin edit/create user
      "Groups" prompt. This was done by creating custom Wagtail forms and
      overwriting the existing group field, along with adding another field to
      the
      [groups.py](https://github.com/HyphaApp/hypha/blob/enhancement/add-desc-to-user-roles/hypha/apply/users/groups.py#L40).
      
      The
      [definitions](https://github.com/HyphaApp/hypha/issues/3541#issuecomment-1786722987)
      provided by @fourthletter were shortened just a bit for the sake of
      appearance. If anyone believes they got too truncated I'm fine with
      updating them.
      6622ca43
    • Saurabh Kumar's avatar
      Fix typography for submission diff (#3673) · d6a9fa5a
      Saurabh Kumar authored
      - The numbers don't break
      - make the heading consistent, everything gets a h4
      - Update the color and style for added/deleted text
      
      
      closes https://github.com/HyphaApp/hypha/issues/3671
      d6a9fa5a
    • Saurabh Kumar's avatar
      Update django-bleech to 3.1.0 remove bleach (#3683) · 1de5d598
      Saurabh Kumar authored
      Bleach==5.0.1 is installed as part of django-bleech dependency.
      1de5d598
  10. Dec 10, 2023
  11. Dec 05, 2023
  12. Dec 04, 2023
  13. Dec 01, 2023
  14. Nov 30, 2023
  15. Nov 27, 2023
  16. Nov 24, 2023
  17. Nov 23, 2023
Loading