Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DuXingXia-302-backbone-quiz-app #58

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

DuXingXia233
Copy link

  • [ YES]1、 实现app问答功能;
  • [ YES] 2、使用一种Model保存数据;
  • [ YES] 3、使用一个Collection收集model;
  • [ YES] 4、使用一个通用View渲染问答内容;
  • [ YES] 5、将data数据部署到firebase
  • [ NO] 6、实现移动端(微信)

demo

102项目的在低版本IE的兼容性未实现
1. 实现基础页面
2. 实现手机号码及邮箱的正则验证
3. 实现滑动加载验证图片
4. 实现点击验证
5. 实现重新加载验证图片
This reverts commit 0aa5068.
补充了备用资源  解决了静态页面使用ajax请求资源的失败的问题
1、用Backbone 实现 101-clickable
2、使用mocha 和 chai 进行测试
1、以Backbone实现了问答应用的基础功能
2、相关模型数据存储在独立json文件中
3、使用了一个通用View实例化问答元素视图
4、使用了一个model 作为数据模型
5、使用了一个collection来收集并处理model实例
6、根据models'  id 分别 实例化startView、cradsView、endView
7、使用Backbone Router 最后根据routes 调用collection 收集models上分数记录显示endView
启用firebase
将数据文件部署到firebase
<link rel="stylesheet" href="css/yahoo reSet.css">
<link rel="stylesheet" href="css/clickGraid.css">

<script type='text/javascript' src='js/main.js'></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议放在body,而不是head里面

@getshao getshao added the 302 label Apr 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants