BITSandPSes/website

PS Filters - Backend

Opened this issue · 4 comments

Add industry domain and preferred branches to station model. Support search filtering through them.

May I pick this up?

Yeah sure

@pratham1002 Should I define the preferred branch as a string instead of an enum? It'll be easier to use regex that way.

The branches for every station will have to be array as most stations will allow multiple branches so change the model a little.
Then to search in them, use the $in operator.