【week3】四人小組專案—東師論壇

於淼發表於2016-09-28

專案選題:東北師範大學論壇

小組名稱:nice!

專案組長:李權

組員:於淼 劉芳芳 楊柳、

本週任務:

1.釋出申請

功能列表:

  1.註冊,登入

  2.校內資訊公告推送

  3.十大熱點 (根據搜尋量、評論數、轉發量等)

  4.考研模組 釋出者可在此板塊釋出考研相關資訊,分享資料

  5.招聘資訊釋出,可以關聯拉鉤、智聯等網站

  6.校內生活版塊,大家可以在該板塊釋出新鮮事,校園趣事

2.展示:

許可權以圖片方式展示:

需求採訪:

對於同學的採訪以視訊方式釋出 連結如下:

http://v.youku.com/v_show/id_XMTc0MDUwMzM2NA==.html?from=s1.8-1-1.2&spm=a2h0k.8191407.0.0

3.SCRUM

  我們在9月27日進行一次Scrum會議,再次討論論壇所需要的功能,(展示如上)。分配任務,頁面搭建。

目前完成一個註冊頁面的搭建,程式碼如下

<div id="login" >
        <form id="info">
	        <p class="items">姓名</p>
		<input type="text" name="name"maxlength="16" />

		<p class="items">Email</p>
		<input type="email"name="name" value="請輸入你的郵箱" />
		 <p id="email_text" class="textdescription">郵箱地址請按要求填寫</p>

		<p class="items">密碼</p>
		<input type="password" name="password1"maxlength="16" value="123456"/>
					
                <p class="items">確認密碼</p>
		<input type="password"name="password2"maxlength="16" value="123456"/>	
		
		<p id="password_text"class="textdescription">
						密碼為6-16位英文或數字</p>

		<p class="items">性別</p>
		<input type="radio" name="sex" value="man" />男
		<input type="radio" name="sex" value="woman" />女
						<br />
					
		<p class="items">愛好</p>
		<input type="checkbox" name="運動"/>運動
		<input type="checkbox" name="藝術"/>藝術
		<input type="checkbox" name="科學"/>科學	

		<p class="items">個人描述</p>
		<textarea name="personalDescription" >這是一個多行輸入框請輸入您的自我描述
						</textarea>
	</form>
	<button type="submit" id="submit">
	    <label>確認提交</label>
	</button>
</div>                    

 註冊內容隨以後的分析,可能又增加。

相關文章