match4everyone / match4everything

Other
7 stars 0 forks source link

Think about central configuration file for names and urls... #207

Open bjrne opened 3 years ago

bjrne commented 3 years ago

we currently have stuff in common.py & webpack config and possibly somewhere else. Maybe this could use a central file to get the info to prevent different names circulating.

feeds commented 3 years ago

We definitely need to remove all the 'from match4healthcare import ... from the project - this dependency structure is a bit weird. We need to import vie django.conf.settingsinstead (logic: register the participant config in the django settings for our app - this way it would also be easy to document)

feeds commented 3 years ago

This needs one swipe over the project to make the modifications and document them.

bjrne commented 3 years ago

I think this issue was about a duality between web pack and Django, but the changes you're proposing sound interesting as well 😬