DH-IT-Portal-Development / ethics

Ethical Committee web application in Django
http://fetc.hum.uu.nl
MIT License
2 stars 1 forks source link

Tweaks to Committee Workload Overview #596

Closed EdoStorm96 closed 9 months ago

EdoStorm96 commented 10 months ago

Some requests from @djhcapel:

djhcapel commented 10 months ago

Workload should not be visible to privacy officers and data manager. It is okay if the chairs see the workload!

EdoStorm96 commented 10 months ago

Is it also necessary/desired for chairs to see the worload though? Right now, chairs, the privacy officer and data manager, are all in the same group under the hood and thus have the permissions, as that was the idea in #539. If we'd start to differentiate between them, it would be a bit more work. So it would be a lot easier to either make the workload visible to all these people, or to just the secretary. If it is really desirable to make it visible to the chairs but not to the PO and DM, I'll get to work on that.

EdoStorm96 commented 10 months ago

So the date format of 'mm-dd-YYYY' is baked into the specific datepicker we are using here, the little calendar that pops out when you click the field. Unfortunately we cannot change the date format for this thing ... :( If you never use this feature, and always just type out the date, it would be quite easy to change the date format, but then we lose the datepicker and you would be forced to always type out the date, like '20-10-2023'. Would you prefer that?

djhcapel commented 10 months ago
EdoStorm96 commented 10 months ago

Ok, I will get to work on this.