Refactoring - I-sektionen/i-portalen GitHub Wiki

Do not merge this until all issues are closed No functionality changes shall be made.

General issues:

Documentation

Best practice

  • Create an app for shared content, "iportalen_common" that contains for example utils, shared templatetags and index views instead of the iportalen app
  • Move static files to their own app.

Articles

  • Remove unused code
  • Document the code
  • Use project standard solutions
  • Use project coding standard

Bookings

  • Remove unused code
  • Document the code
  • Use project standard solutions
  • Use project coding standard

Course evaluations

  • Remove unused code
  • Document the code
  • Use project standard solutions
  • Use project coding standard

Event

  • Remove unused code
  • Document the code
  • Use project standard solutions
  • Use project coding standard

FAQ

  • Remove unused code
  • Document the code
  • Use project standard solutions
  • Use project coding standard

Organisations

  • Remove unused code
  • Document the code
  • Use project standard solutions
  • Use project coding standard

Tags

  • Remove unused code
  • Document the code
  • Use project standard solutions
  • Use project coding standard

User managements

  • Remove unused code
  • Document the code
  • Use project standard solutions
  • Use project coding standard