Skip to content

Commit

Permalink
Added TODO file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lethain committed Oct 27, 2008
1 parent 0117e89 commit b6b93e6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions TODO.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

## TODO TASKS

1. Can we create a flexible general purpose view to
handle the process of assigning users a skin.
Essentially that involves a) setting a cookie in
the response, and b) create a SkinPreference instance
for the user and skin.

2. Update README to discuss handling skin selection,
and discuss the technical details behind how skins
preference is remembered (stored in a cookie, but
if the cookie is deleted will refresh the cookie
from the database if the user has established a
preference).

3. Add an option to disable hitting the database if
a user is missing the cookie. (Only use cookies for
skin preference persistence.)

4. Test that the integration with django-compress
actually works (pretty sure it does ;).

0 comments on commit b6b93e6

Please sign in to comment.