rcos / rcos_io

The final RCOS website.
https://new.rcos.io
MIT License
3 stars 3 forks source link

Project owners should see a list of owned projects #157

Open Apexal opened 9 months ago

Apexal commented 9 months ago

Projects have an owner field which is separate from being a project lead. Currently, there's no way to see a listing of the projects you own besides when going through the new project flow. We should either add a section to /projects OR add a new page like /projects/mine (tricky because this conflicts with a potential project named "mine") that lists them out clearly.

PrinxeShamar commented 9 months ago

This can be a chance to introduce more filters along general search. ie. lead=Shamar, owner=Shamar. This task can then be done as a byproduct -> projects/semester=202308&owner=me or owner=. For applying these filters we can parse the search for specialized input ie. name= or lead= or owner=.

Apexal commented 9 months ago

We can also add this to user profiles. This might be the easiest place to start.