ubccr / coldfront

HPC Resource Allocation System
https://coldfront.readthedocs.io
GNU General Public License v3.0
96 stars 76 forks source link

Research Output Report Added #538

Closed ShreyasSridhar24 closed 9 months ago

ShreyasSridhar24 commented 1 year ago

Solves #494. A Research Output report is now added under the Director dropdown menus for centre directors to view Research Outputs in a tabulated format. This can be exported as a .csv file similar to the grant report.

This report is also available under the Staff menu, only if the user has the Can view research output report permission enabled for them.

millie-aka commented 1 year ago

@ShreyasSridhar24 Hi Shreyas, I am trying to make changes to the code so that I can add an extra field 'FOR Code' in the 'Create Project'. I have create 'for_code' app similar to 'field_of_science' app. However, on making change in the file /coldfront/core/project/views.py in line number 454 like this -> fields = ['title', 'description', 'field_of_science', 'fas_code',] I am getting error. I have just started learning Django and have been assigned to this task. Could you please provide some guidance. Thank you

dsajdak commented 1 year ago

@millie-aka I replied to you via email. Please create new issues for bug reports, if you have them, rather than commenting on open pull requests for other features. Thanks!