Code Monkey home page Code Monkey logo

makerlab's People

Contributors

godi13 avatar here21 avatar wuyang910217 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

makerlab's Issues

[功能] 完善个人信息

需要完善个人信息后,才可以创建其他内容
个人信息包括:

  1. 个人介绍。例如:移动互联网大赛金牌指导教师,ACM社团唯一指导教师
  2. 说明自己的能力方向,或者工作或学习经历
  3. 擅长领域【选择技能图标】

[功能] 用户权限

用户被分为三类,教师、学生、管理员,用例图如下:
default
要使用Roles包对用户角色进行区分,对应与之拥有各自的权限。

[功能] 创建内容

创建实验室,创建课程,创建项目,要注意其中对应的关系。

使用文件管理组件,要对文件的命名加以区分,方便管理。

对应数据库关系如概念模型所示:

default

可参考下图:(不必完全依据此设计)
default

[dev] 调整上传的逻辑

  • 上传封面,使用fileReader代替window.URL.createObjectURL,并且回传给上层时需要带上文件名。
  const uploader = Images.insert({
      file: dataUrl,
      isBase64: true, // <— Mandatory
      fileName: 'cover.jpeg', // TODO
    }, false);
  • 将上传部分的组件中的Insert实例回传给父组件,在父组件提交表单时触发 uploader.start();

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.