You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
I'm slightly in two minds about this. The user need is for a more user friendly interface for configuring and maintaining a YNR site without needing to edit files on the server or be a Django developer. We could attempt to customize the Django admin interface to do this, but we suspect that this will turn out to be increasingly difficult as we try to improve the user experience. (Anecdotally, at Djangocon EU I heard a few people say that their projects had run into problems by trying to do too much in the Django admin interface, for what that's worth.)
So, the idea of this issue is that rather than putting a lot of work into customizing the existing Django admin interface, we should start building a new interface (like that of FMS or Alaveteli) for common settings and administration tasks. This might ultimately include, for example:
The people doing the work should make such decisions but fwiw, having only
seen a little of the Django admin interface, I think this is a sensible and
worthwhile approach.
Once the additional code and data fields are in place, sh/could a "parties"
tab allow/enable selection of a "default party description" to deal with #823
I'm slightly in two minds about this. The user need is for a more user
friendly interface for configuring and maintaining a YNR site without
needing to edit files on the server or be a Django developer. We could
attempt to customize the Django admin interface to do this, but we suspect
that this will turn out to be increasingly difficult as we try to improve
the user experience. (Anecdotally, at Djangocon EU I heard a few people say
that their projects had run into problems by trying to do too much in the
Django admin interface, for what that's worth.)
So, the idea of this issue is that rather than putting a lot of work into
customizing the existing Django admin interface, we should start building a
new interface (like that of FMS or Alaveteli) for common settings and
administration tasks. This might ultimately include, for example:
(We probably need a better name for that...)
I'm slightly in two minds about this. The user need is for a more user friendly interface for configuring and maintaining a YNR site without needing to edit files on the server or be a Django developer. We could attempt to customize the Django admin interface to do this, but we suspect that this will turn out to be increasingly difficult as we try to improve the user experience. (Anecdotally, at Djangocon EU I heard a few people say that their projects had run into problems by trying to do too much in the Django admin interface, for what that's worth.)
So, the idea of this issue is that rather than putting a lot of work into customizing the existing Django admin interface, we should start building a new interface (like that of FMS or Alaveteli) for common settings and administration tasks. This might ultimately include, for example:
The text was updated successfully, but these errors were encountered: