-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove django-multiselectfield dependency #25
Comments
I see two ways to do this:
|
@hairmare @adfinis/dev-backend What would you recommend? |
If the UX in question is deep in Django admin land, then we might want to mock up some screenshots and ask the affected end-users for their input. Copying the code might be just as viable. My gut feeling is that some refactoring would make it pretty much it's own thing anyway if we remove all the bits we don't use. IMHO if we really want to improve the UX, then we should start thinking if we can completely replace Django admin in full. I'm not sure there is much reason as to why the contents currently managed in Django admin couldn't be exposed in the Ember frontend as their own feature. If we roadmap that, it would help push the removal case. My gut feeling is that the weekday feature we found is used so rarely that degrading the UX with a simple text field is totally ok. AFAIK the records have almost no churn and there are really few of them. |
The
django-multiselect
library is a tad unmaintained and it looks like we can remove it completely given we only really use it for the weekdays feature right now.We used this workaround:
Look here for more info... the library hasn't been maintained for years at this point.
Originally posted by @hairmare in adfinis/timed-backend#1028 (comment)
The text was updated successfully, but these errors were encountered: