Skip to content
Snippets Groups Projects
  1. Apr 28, 2023
    • gmurtaza00's avatar
      Export user list (#3308) · d5ffdca6
      gmurtaza00 authored
      Admin/Staff user will be able to download the users list in a .csv file.
      If no filters are applied, all users will be exported otherwise filtered
      users will be exported. A users.csv file is automatically downloaded
      when **export users** button is clicked.
      
      Closes #3307
      Unverified
      d5ffdca6
  2. Apr 26, 2023
  3. Apr 25, 2023
  4. Apr 20, 2023
  5. Apr 18, 2023
  6. Apr 13, 2023
  7. Apr 11, 2023
    • Saurabh Kumar's avatar
      Load the activities tab of submission and project on demand (#3330) · b91f9953
      Saurabh Kumar authored
      The activities tab can have a lot of activities as it’s unpaginated 
      and also has an N+1 query to fetch the related objects.
      
      This PR loads the data only after the tab is clicked.
      
      I makes use of the htmx and alpine to observe the window-hash change. 
      
      Notes:
      - The communication tab with it's markdown editor, requires some custom
      initialization logic, which breaks with the htmx loaded content. So it'
      not included in this PR.
      - On a submission with 5 activities the number of SQL queries reduced
      from 168 to 148.
      
      Related #3328
  8. Apr 10, 2023
  9. Apr 06, 2023
    • Sandeep Chauhan's avatar
      Improvements in Project UI (#3303) · a77349a0
      Sandeep Chauhan authored
      - Add contract upload/updated_at date
      - Break applicant instructions
      - Fix css buttons issues
      - Show the category above the document name
      - Add back to project link in PAF edit page
      - Make headers collapsible based on project status
      - Unhide contract download option after contracting status
      - Hide PAF Approvals for the applicant
      - Hide Add invoice except for staff and applicant
      - Add 'Upload invoices' as the next step for project with IN PROGRESS
      status.
      - Add icons to all the project page's action buttons (except document
      actions).
      - Add notification bar for project actions. #3326 
      - Greyed Pending PAF approvals(below next step section)
      - Fix #3318 
      - Fix #3321 
      - Fix #3322 
      - Fix #3324
      - Fix #3323
      - Fix #3311
      Unverified
      a77349a0
  10. Apr 05, 2023
  11. Apr 03, 2023
  12. Mar 29, 2023
  13. Mar 28, 2023
  14. Mar 23, 2023
  15. Mar 20, 2023
  16. Mar 16, 2023
  17. Mar 15, 2023
  18. Mar 14, 2023
  19. Mar 09, 2023
  20. Mar 03, 2023
  21. Mar 02, 2023
  22. Feb 27, 2023
Loading