Git Product home page Git Product logo

lctt.github.io's People

Contributors

vizv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lctt.github.io's Issues

Status Page 需求

负责人:@vizv
数据提供: @lujun9972

Status Page 基本设想:
能够完整的展现仓库的一些基本情况,并辅助展示翻译进度,起到引导作用。

具体功能点

  1. 文章申领情况列表
  2. 文章天梯榜列表
  3. 未认领文章列表。
  4. 导航页面。

数据示例

{
  
    "translating": [
        {
            "file": "xxxx.md",
            "time": "2018-02-02",
            "user": "bestony"
        },
       ...
    ],
    "unselect": [
        {
            "file": "xxx.md",
            "time": "2018-02-02"
        },
        ...
    ]
}

补充说明

  • difficulty 为天梯榜列表

  • translating 为翻译中文章

  • unselect 为未认领文章

  • 数据通过 CI 生成,置放在:https://lctt.github.io/translateproject/ 路径下,前端页面请求获取。

  • 前端页面放置在本仓库中,从而使得可以通过lctt.github.io进行访问。

  • time 均为上一次 commit 时间。如果后续加入 meta-data ,可以读取 metadata

简单原型

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.