karthik-d / funded-project-tracker

A web-based platform to manage resources and grants for research projects at universities. Deployed for use at Anna University, India.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Submit Proposal Page

jagadish-ravichandran opened this issue · comments

The supervisors and members should be in list when submitting the form. Accordingly do the change in the front-end

@karthik-d Can you get me an api which gives only list of faculty users ?

The supervisors should be faculty list, so the above is useful for selecting supervisor in drop-drown list

@karthik-d Can you get me an api which gives only list of faculty users ?

The supervisors should be faculty list, so the above is useful for selecting supervisor in drop-drown list

Already have an endpoint that does exactly that!
Refer to this

The supervisors and members should be in list when submitting the form. Accordingly do the change in the front-end

Do this only for supervisors.
For leaders and members, it could be faculty or student, anything. In this case, list all users without filtering

sure, working on it...

This is now implemented. Just need to add user listing for the leader as well