Code Monkey home page Code Monkey logo

Comments (4)

louis-she avatar louis-she commented on July 22, 2024

Prismatic 这款应用可以借鉴

  1. 推荐,根据用户的社交网络(微博)的数据来给用户推荐
  2. 轻社交,不同用户可以互相查看他们的订阅源

from enjoyread.

gaochen avatar gaochen commented on July 22, 2024

设置页面大概样式,内容,比如分为几个部分,顺序是什么

from enjoyread.

louis-she avatar louis-she commented on July 22, 2024

@gaochen

设置页面

布局什么的还没想好,目前设置页面只需要两个设置 【修改密码】和【修改订阅】,先实现功能。
【修改密码】:三个inputbox一个submit按钮,接口还没做。
【修改订阅】:这个你就请求那个rss的接口(quickstart第二步请求的那个接口),拿到数据后再渲染界面,界面实际上跟第二步差不多,界面暂时先不想多了,checkbox就ok。主要是功能。
设置页面的URL是 setting ,然后jade文件名也是 setting。

快速开始【完成】按钮

这个接口还没有,先放着。

from enjoyread.

louis-she avatar louis-she commented on July 22, 2024
  1. quickstart 完成接口:
    提交方法: post
    提交URL: quickstart
    提交数据: email 字符串类型 第一步填写的email
    rss 数组类型 数组中的元素是rss的id号,就是第二步勾选的那些
  2. 设置保存接口
    提交方法:post
    提交URL:setting
    提交数据(暂定):pushtime 整形,时间戳。这个配置是用户选择什么时间进行推送
    rss 数组, 更上一个的rss一样
  3. 修改密码接口
    提交方法:post
    提交URL:changepassword
    提交数据:oldpassword 字符串 旧密码
    newpassword 字符串 新密码

from enjoyread.

Related Issues (2)

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.