aticie / Mapper-Influences-Backend

0 stars 0 forks source link

Custom sorting support #20

Closed 112batuhan closed 3 months ago

112batuhan commented 3 months ago

We need to come up with a strategy to custom sort the influences in user profiles. Currently the influences and users are completely separate. This makes it harder for us to sort without making joins (joins in mongo db are :nauseated_face: )

Need to discuss implementation details with fursum.

112batuhan commented 3 months ago

fixed in #26