An online webcomic hosting website.
It's a pain in the butt to create the hosting stuff for your webcomic, so users can register and upload their own webcomics to the site. We provide the hosting for the images and the layout of the site so it looks all nice, pretty, and AJAXy.
We should also be able to provide rss feeds for each webcomic.
---------------
Milestone 2
SVN url:
http://comichost.googlecode.com/svn/trunk/
--------------
Design
MODELS
user
user can create webcomic
user can upload a strip to webcomic
user can delete a strip
user can edit profile
user can write a comment
user can rate a webcomic (this the rating model)
user can add a category to a webcomic
user can add/remove a favorite
user can get a compiled list of all his favorite comics
user can search by category, title, last modified date, rating
user can login
user can logout
user can register
webcomic
webcomic should be associated with a user
webcomic can be rated
webcomic can be viewed through an archive
webcomic can be categorized
webcomic can add/remove a strip
webcomic can be created/removed by user
webcomic should have following statisticsL last update, update frequency (per month)
the most recently popular webcomics (past day, past month, all time), determined by page views
this requires keeping track of everytime the model/controller is called by a unique IP/username?
Subscribe to webcomic by RSS/email?
Be able to navigate to first strip, latest strip, next and previous strip
Random comic (just choose a comic from the list of all comics and display that one?)
strip
Strips can be viewed by anyone
Strips are associated with a webcomic
strip can be added/removed from webcomic
strips can have a "blog" attached to them (basically a news story or comment from the creator of the strip)
strip can have comments
rating
rating can be added to a webcomic by a user
rating can be viewed
rating can be changed by user
user can only rate each webcomic once.
category
user can browse by category
category has a name
comic can have multiple categories
comment
comments can be created by a user
comments have a rating (not the rating model, that is associated with a webcomic)
comments can deleted by the webcomic user and creator.
comments can be attached to individual strips inside a webcomic
Comments cannot have ratings
Anonymous posting? (maybe?)
Ideas for future implentation (if we have time!)
Forum that uses the usernames you created in the program
VIEWS
controllers
Team
- Rohan Dhaimade (Submitter)
- Esther Cho
- Elliot Chow
Comments (0)
You don't have permission to comment on this page.