Content deleted Content added
(71 intermediate revisions by 9 users not shown) | |||
Line 1:
==
===Development Environment===
#
# MS-Access (For Alpha and Beta),<s> MYSQL 5.0 for release.</s>. MSSQL 2005 for Release.
# Tortoise SVN
== Tasks: ==
===
# Add a forum to the website. (in danger zone, requires additional mssql)
# <s>Database
# <s>Make the validation tabable from one text field to next.</s>
# Make an application such that the users will be able to create flyers for their shows.
# <s>Make an application for the users to manage their fans or fans list or regular customer and send show invites.</s>
# <s>
# Make RSS feeds for shows.
# Make the menu such that it informs which one it is at present.
# <s>
# <s>Migrate to mssql and improve the query performance. </s>
# After logging in change the header to the new ascx or change the new ascx
# <s>Make a function to inactivate all the shows past from the current date.</s>
# <s>Make a function for the users of the system to create calendar of shows for the month.</s>
=== Beta: ===▼
# <s>Inactivate shows once the date is passed. The city should not be listed if all the shows are inactive.</s>
# <s>Feedback should be emailed directly instead of going to the database.</s>
# <s>Change the web.config to include the database url.</s>
# 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.
=== Release: ===▼
# 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.
# <s>Make "The Wall".</s>
# <s>Modify it such that it "deletes" all shows past 1 month from its show date.</s>
== Coding Guidelines: ==
Line 54 ⟶ 55:
} else {
//do something
return id;
}
Line 62 ⟶ 64:
# Notice the braces and spaces.
# All tabs to be converted to spaces.
== HomeVids.TV ( HVT ): ==
===Development Environment===
# C#, ASP.net
# MS-Access (For Alpha and Beta), <s>MYSQL 5.0 for release.</s> MSSQL for release.
# Tortoise SVN
▲=== Beta Release: ===
==== Registration Page: ====
# 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.
|