|
Revision 1592, 0.7 kB
(checked in by jm3, 5 months ago)
|
blindly pushing a bunch of changes into SVN so we can work at home
|
| Line | |
|---|
| 1 |
NEXT |
|---|
| 2 |
solve why the fuck my logger.debug statements aren't printing from where i am putting them in helpers + views |
|---|
| 3 |
print list of tags in browser |
|---|
| 4 |
everything next is in reminder controller (persistence for reminders) |
|---|
| 5 |
|
|---|
| 6 |
NICETOHAVE |
|---|
| 7 |
make app.post '/login', { :bookmarking_username => 'jm3', :bookmarking_password => '****' } work despite the rails form forgery stuff |
|---|
| 8 |
get an inspectable session of the app going (ie. call the controll with the del login creds and then inspect the data structure |
|---|
| 9 |
|
|---|
| 10 |
DONE |
|---|
| 11 |
DONE tag chooser |
|---|
| 12 |
DONE sort tags by frequency or by alpha |
|---|
| 13 |
DONE sort tags by usage |
|---|
| 14 |
DONE get basic login and logout working |
|---|
| 15 |
DONE set up db alias |
|---|
| 16 |
DONE hide login form if already logged in |
|---|
| 17 |
|
|---|