Next meeting:
- How can we better test lernanta
- Review notifications module
- ??
2012-11-27
- OAuth 2.0
- for users -
- for APIs - Yes
- Will it help with single signon - Yes!!
- OpenID?
- SSL
- logged in users
- Expire cookies
- decorater for views requiring HTTPS
- Testing
- Selenium tests for interface & interactions
- Normal tests for models & APIs
- How can we test async (Celery) tasks
2012-10-25
- C style interface
- User permissions
- URI verification
- URL lookup by URI
- URLs, URIs and URNs
- Error handling
- Enums
- Editor and client side content rendering
- a vs form?
2012-06-14
- Should we use custom template tags for including whole chunks of content?
- Makes following the code difficult
- Are db triggers the right place to implement logic
- feels like triggers should only be used for consistency checks
- Lots of dependencies between django apps
- We should only run main django site of production server
- How much should we use Ajax
- Move logic from views to models
- Restful modules
- Deployment
- Versioning
- Discovery