WheresMyStuff 0.4.1r
Jun. 15th, 2011 01:02 amAfter an evening of hacking with ruby on rails, the skeleton version:
* allows you to create and delete loans
* remembers you (there's no login, you can login as any name just by going to the right url)
* is deployed to heroku.com
But doesn't:
* Do any authentication on login, or log out, or anything
* Store loans immutably (the original version didn't delete loan records, but had a "transaction" table which tracked "loan created" and "loan returned" events, and the default view only shows loans which had one but not the other, which I will redo -- the current version just deletes a record)
* Allow you to distinguish between users with the same name
* Allow you to link someone else's version of your name to your account
* Run on Heroku without crashing (none of the interactive pages display correctly yet, although the static home page displays)
* allows you to create and delete loans
* remembers you (there's no login, you can login as any name just by going to the right url)
* is deployed to heroku.com
But doesn't:
* Do any authentication on login, or log out, or anything
* Store loans immutably (the original version didn't delete loan records, but had a "transaction" table which tracked "loan created" and "loan returned" events, and the default view only shows loans which had one but not the other, which I will redo -- the current version just deletes a record)
* Allow you to distinguish between users with the same name
* Allow you to link someone else's version of your name to your account
* Run on Heroku without crashing (none of the interactive pages display correctly yet, although the static home page displays)