Mike-Heneghan / ALISS

ALISS (A Local Information System for Scotland) is a service to help you find help and support close to you when you need it most.
https://aliss.org
0 stars 0 forks source link

Research opportunities for refactoring #62

Open Mike-Heneghan opened 5 years ago

Mike-Heneghan commented 5 years ago

Have a look at the codebase and try to find opportunities for refactoring and improvement. This could include code which is being reused and could be moved into a partial or a templatetag.

Mike-Heneghan commented 5 years ago

The view search.py has a lot of functionality outside of regular Django patterns. The code is complex and would be a candidate for refactoring where possible.