dhasegan / connect.academy

Educational platform
www.connect.academy
MIT License
2 stars 0 forks source link

Code refactoring #42

Closed dhasegan closed 10 years ago

dhasegan commented 10 years ago

Move things around and dont break functionality

tpllaha commented 10 years ago
  1. Make sure no user can post if not user.is_active
  2. We need a set of permissions on courses, so that a professor can add TAs and assign specific permissions to them. (I can help with this part)
  3. Should we have a special relation between courses and users for TAs? I think it might be useful.
  4. There are still some things that should use ajax instead of reloading the page, like ratings, editing wikis etc.
  5. I have written some bad ajax communication (i.e: using plain text instead of JSON). That's something I can fix as well.
  6. CSS and Javascript, but that's not important :p
dhasegan commented 10 years ago

maybe I can break this down into smaller issues so that we keep track of all refactoring that we want to achieve at this stage. Put all your ideas as issues