Giter VIP home page Giter VIP logo

mi's Introduction

##简单说明 使用django搭建服务端 前端通过网页显示 ##数据库模型 ###user 存储用户名密码等用户信息,其中用户名要求唯一 ###event 存储事件信息,设置eventID作为唯一的标识符 ###subEvent 存储子事件信息,设置subEventID作为唯一的标识符,并设置eventID标注其所属的事件 ###friend 存储单向的好友关系 ###eventMember 存储事件的成员

(可以有图) ##界面介绍 signin/signup 使用placeholder作为提示

登录后进入profile界面 显示好友和事件

点击添加好友进入addfriend界面 搜索关键词查找用户名(部分匹配) 点击用户名进入好友界面

好友界面只显示他人共享的事件。 如果他尚未是你的好友,则显示添加按钮。否则显示删除按钮。

点击菜单的事件页面进入reminder界面,显示更多的已完成与未完成事件。 点击事件名称进入showreminder界面,显示事件的具体信息。

showreminder 如果你是事件的参与人, 如果事件未完成,则有结束事件按钮 如果事件已完成,则有重启事件按钮 如果你不是事件的参与人,则有fork事件按钮 参与者里列出了 * 所有 * 事件的参与人,点击名字进入对应页面 子事项列出了所有子事项,点击名字可以设置其是否已完成,红色未完成,绿色已完成 结束/重启事件会进入reminder界面 fork事件会进入addreminder界面,并自动加载当前事件的主要信息

进入addreminder界面可以添加事件 其中多人模式自动加载了好友列表

点击菜单的热门事项进入hotreminder界面,显示公开的被forked最多次数的事件

##遗留问题 首先是很多时候会进行当前界面的全刷新,有点晃眼 其次事件的创立者的寻找有bug,修改需要动数据库。修了一次整个数据库都炸了= =暂时只能搁置

mi's People

Contributors

klad2008 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.