-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ;). |