Gary
02-04-2009, 07:30 PM
Hey guys, this is what I've been working on this week:
Created user "profile page" which currently justs lists all decks belonging to a user. These decks click through to the view deck page.
If a user is logged in and a deck they're currently viewing belongs to them an "edit this deck" button now appears under the actions for that deck.
Created a new page to edit user decks, this pages looks just like the view deck page except card quantities are now shown in editable textboxes, the user can then edit these values and save them. This deck editor is so much easier to use than the old dropdown system, I'm expecting some teething problems with it though.
Anywhere there is a username now clicks through to that users "profile page".
I've modified the card search page so that if you've clicked on "add new card" from the edit deck page the card search page shows add card to deck buttons. Again this is much better than the old system purely because there is now only one single page for card searching, not two.
User registration page is half complete, just DB insertion and email sending to go.
Signup buttons now click through the the user registration page.
The view deck page now shows the deckname as the page title, just like the old site.
So what have I still got to do? Quite a bit actually, the absolute must haves before re-lauch are as follows:
Complete user registration.
A reset password page for all returning users - This is an absolute must seeing as I've removed all passwords from the database now, the idea is you enter your username and a new random password will be mailed out to you.
Homepage needs news being fed through, new decks list and top rated decks list.
Adding cards to deck/sideboard needs work.
More filters need adding to both the deck search and the card search but I think we'll be able to live with them as they are for now.
There is currently no way to create new decks, only modify existing ones.
You cannot edit all deck info at this time, you can only really edit the cards within them.
There is no "download this deck" functionality yet.
When viewing a deck or a card search there is no card popup window yet.
There is no way to remove cards from decks.
Need to redirect all old php pages to their new equivalents.
So yeah, quite a bit still to do but I'm getting through it, it didn't help that I didn't feel too well today, being ill when you're on holiday sucks! :P
Created user "profile page" which currently justs lists all decks belonging to a user. These decks click through to the view deck page.
If a user is logged in and a deck they're currently viewing belongs to them an "edit this deck" button now appears under the actions for that deck.
Created a new page to edit user decks, this pages looks just like the view deck page except card quantities are now shown in editable textboxes, the user can then edit these values and save them. This deck editor is so much easier to use than the old dropdown system, I'm expecting some teething problems with it though.
Anywhere there is a username now clicks through to that users "profile page".
I've modified the card search page so that if you've clicked on "add new card" from the edit deck page the card search page shows add card to deck buttons. Again this is much better than the old system purely because there is now only one single page for card searching, not two.
User registration page is half complete, just DB insertion and email sending to go.
Signup buttons now click through the the user registration page.
The view deck page now shows the deckname as the page title, just like the old site.
So what have I still got to do? Quite a bit actually, the absolute must haves before re-lauch are as follows:
Complete user registration.
A reset password page for all returning users - This is an absolute must seeing as I've removed all passwords from the database now, the idea is you enter your username and a new random password will be mailed out to you.
Homepage needs news being fed through, new decks list and top rated decks list.
Adding cards to deck/sideboard needs work.
More filters need adding to both the deck search and the card search but I think we'll be able to live with them as they are for now.
There is currently no way to create new decks, only modify existing ones.
You cannot edit all deck info at this time, you can only really edit the cards within them.
There is no "download this deck" functionality yet.
When viewing a deck or a card search there is no card popup window yet.
There is no way to remove cards from decks.
Need to redirect all old php pages to their new equivalents.
So yeah, quite a bit still to do but I'm getting through it, it didn't help that I didn't feel too well today, being ill when you're on holiday sucks! :P