razzius / weave

Source code for a platform to connect mentors with students
MIT License
7 stars 2 forks source link

Preserve ordering of profile-tag relationships #184

Open razzius opened 4 years ago

razzius commented 4 years ago

While editing a profile, I capitalized telemedicine to Telemedicine but doing so changed the order that it appeared on the profile. We should be keeping track of the order that the users specify.

jjchen20 commented 4 years ago

Agreed. Do we have to track the order manually or can this be coded in that editing a tag doesn't change the order?

On Tue, Mar 24, 2020 at 7:08 PM Razzi Abuissa notifications@github.com wrote:

While editing a profile, I capitalized telemedicine to Telemedicine but doing so changed the order that it appeared on the profile. We should be keeping track of the order that the users specify.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/razzius/hms-weave/issues/184, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKOFUUKMIT5JIU5NM7RFPBLRJE4OVANCNFSM4LTBRFLQ .

razzius commented 4 years ago

Editing a tag through the admin will not change the order. Editing the tag as a user will be a bit trickier, as users can only append tags to their tag list, and they currently cannot reorder tags.