MyMusicalCity.com ( MMC ):
editDevelopment Environment
edit- C#, ASP.net
- MS-Access (For Alpha and Beta),
MYSQL 5.0 for release.. MSSQL 2005 for Release. - Tortoise SVN
Tasks:
editNext Release:
edit- Add a forum to the website. (in danger zone, requires additional mssql)
Database connection to the SQL server from the Staging server.Make the validation tabable from one text field to next.- Make an application such that the users will be able to create flyers for their shows.
Make an application for the users to manage their fans or fans list or regular customer and send show invites.Make the web service for shows.- Make RSS feeds for shows.
- Make the menu such that it informs which one it is at present.
Make a validator for the username to be excluding the special characters.Migrate to mssql and improve the query performance.- After logging in change the header to the new ascx or change the new ascx
Make a function to inactivate all the shows past from the current date.Make a function for the users of the system to create calendar of shows for the month.Inactivate shows once the date is passed. The city should not be listed if all the shows are inactive.Feedback should be emailed directly instead of going to the database.Change the web.config to include the database url.- Make a NAnt task to include only the dll file to be uploaded.
- When no data in Browse for a state, label "No shows listed for this state" to be indicated.
- Make an Ad. management program, so that advertisers can add their banners and get click/impression statistics (or find one from web).
- Myspace integration module: Integrate in such a way that when the user registers, he/she enters a myspace url from which shows are parsed and fed into the database.
- Make a unified database in mssql for all the websites.
- Build and source control such that the checkouts are observed and less clash happens.
- Migrate Mymusicalcity to GoDaddy after hotlantagigs get tested.
- Make hotlantagigs with a unified database.
- Convert the UI such that the changes are reflected across the websites.
- Webservice hit statistics and client subscriptions.
- Fix the warning in the VS 2005/2008
- Email the show comments to the user.
- Make a city/state relation table for all the cities in US.
- A session time out page.
Make "The Wall".Modify it such that it "deletes" all shows past 1 month from its show date.
Coding Guidelines:
editThe following code sums up everything to be mentioned coding standards.
public class Foo extends FooBase implements Fooable { private int id = 0; public int getId (String accno) { //some code if (something) { // do something } else { //do something } return id; } }
- Notice the braces and spaces.
- All tabs to be converted to spaces.
HomeVids.TV ( HVT ):
editDevelopment Environment
edit- C#, ASP.net
- MS-Access (For Alpha and Beta),
MYSQL 5.0 for release.MSSQL for release. - Tortoise SVN
Tasks:
editBeta Release:
editRegistration Page:
edit- The header needs to touch the top of the page no gaps between browser and page on top.
- The header background color needs to be in css.
- The page background color needs to be in css, as also the fonts and font color/size of the page.
- The registration panels needs to be made as a pluggable component.
- The submit and reset button should be in css and in line with the text fields.
- Make the menu such that it informs which one it is at present example www.cnn.com .
- The gap between the text field and the lable is too much (for example between First Name : XXXXXXXXXX).
- The red color of the required field should be light and tiny red before the user clicks submit near the label such as the (First Name:*) , it should be of this size after the user clicks submit and its not filled up.
- Make the whole page as much css specific as possible.