Closed RiccardoVukovic320029 closed 11 months ago
Hello Riccardo,
Thank you for opening this issue. Can you please specify more details about what you need so we can correctly address this?
Hi Lorenzo, in order to develop a filtering function for the thesis list, it is needed to create backend routes that retrieves:
P.S. it's still to be clarified what 'filter by title' means, since the title is most probably unique and the searchbar allows to make this type of filter way better
Hello Riccardo,
The latest commit solved this issue:
1) For the research groups, you can call the endpoint /groups
and it will give you all the GROUPS in the DB
2) For the supervisors, you can call the endpoint /cosupervisors
and it return the list of all internal cosupervisors (since they are all teachers, they can also be supervisors)
3) I would replace subject button in the sidebar with STATUS. Since we have to only search for the THESIS_PROPOSALS fields, the status is the only one missing. No need for an additional API because the status already comes in /thesis-proposals
Done with latest commit. Closing.
Need for backend functions that retrieve lists of research groups, titles, supervisors and subjects in order to develop proposal filters