Coder Social home page Coder Social logo

feed4me's Introduction

app

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

feed4me's People

Contributors

wongchisum avatar

Watchers

 avatar

feed4me's Issues

[需求]环境初始化

用例

开发:使用 Electron + TypeScript + React
增加前端工程化工具
使用 Electron 开发桌面端应用,构建 Windows 端应用

需求清单:

  • 初始环境搭建
  • 提供最小案例(Demo)
  • 部署流程搭建

[需求]增加订阅功能

用例

用户允许输入 rss 链接,输入后进行订阅 subscribe 和解析
解析处理成文章列表 collections 以及文章 article
rss 订阅列表优先读取缓存,更新后再刷新

需求清单:

  • 增加订阅功能
  • 通过json格式的附件对订阅进行导入/导出

[需求]增加缓存功能

用例

目前订阅列表 subscribes list 以及 列表下的文章列表 articles list,没有做持久化存储,体验比较差。
场景:订阅了一些 rss 源,应用关闭后,已读取的 rss 源和 rss源关联的文章,无法保存。
后续考虑增加持久化存储,实现缓存功能。

需求清单:

  • 缓存 rss 源的列表
  • 缓存 rss 源对应的文章列表
  • 缓存已查看的文章
  • 增加数据新鲜验证,优先读取缓存数据进行展示,当新获取的数据有更新时,进行替换

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.