Computer Science Canada Wishlist webapp, better late than never. |
Author: | Zeroth [ Fri Dec 19, 2008 10:51 pm ] |
Post subject: | Wishlist webapp, better late than never. |
So, I finally finished my webapp. Its a bit late, but still before christmas, right? Take a look, bang on it, let me know what you think. Theres no search page yet, unfortunately. That'll pull up a 404 page. Wishes Wishlists I made it simple, and I'm just one person, so it can't have $WEB2.0FEATURE_OF_CHOICE. [/url] |
Author: | Tony [ Fri Dec 19, 2008 11:44 pm ] |
Post subject: | RE:Wishlist webapp, better late than never. |
it appears that trying to view an item results in a 500 error. |
Author: | rdrake [ Fri Dec 19, 2008 11:59 pm ] |
Post subject: | RE:Wishlist webapp, better late than never. |
What'd you make it with? Any particular language/framework? I'm betting on a particular one. It looks nice. The lack of all sorts of annoying AJAX-y animations make it a lot more pleasant to use. |
Author: | Zeroth [ Sat Dec 20, 2008 12:04 am ] |
Post subject: | Re: RE:Wishlist webapp, better late than never. |
Tony @ Fri Dec 19, 2008 8:44 pm wrote: it appears that trying to view an item results in a 500 error.
The 500/404 errors shouldn't be a problem. There were some issues going from development computer(my desktop) to the server, not the least of which is the qualifying bit, /wishlists/ that I needed to have. Found and fixed the problem *crosses fingers* And thanks rdrake. It is made with Django. Theres /one/ instance of ajax, and that was at the point where it was most useful, for privacy controls on wishlist items. |
Author: | Zeroth [ Sat Dec 20, 2008 12:35 am ] |
Post subject: | Re: RE:Wishlist webapp, better late than never. |
Zeroth @ Fri Dec 19, 2008 9:04 pm wrote: Tony @ Fri Dec 19, 2008 8:44 pm wrote: it appears that trying to view an item results in a 500 error.
The 500/404 errors shouldn't be a problem. There were some issues going from development computer(my desktop) to the server, not the least of which is the qualifying bit, /wishlists/ that I needed to have. Found and fixed the problem *crosses fingers* And thanks rdrake. It is made with Django. Theres /one/ instance of ajax, and that was at the point where it was most useful, for privacy controls on wishlist items. ...And thus, the lesson in integration tests has been learned by myself. It turns out there was still a bug, lol. |