Git Product home page Git Product logo

saitamanga's Introduction

App design

Parse config generation

  1. Source config file in Json or Yaml
  2. Generate Source object. Content:
    • Category processor
    • Manga processor
    • Chapter processor
    • Page processor

Processor content

  1. Raw element parser
  2. Info filter
  3. Segments generator
  4. Segment processor (transform ParseProduct)

Parsed raw object

  1. ParseProduct fields:
    • Primary field -> List<String>
    • Link field -> List<Uri>
    • Meta field -> Map<String, List<String>

Request option

  1. A ParseElement for preloaded page
  2. Fields:
    • text: user input as text, accept regex validator
    • number: user input as number, accept type enforcer (default to int)
    • radio: single choice
    • checkbox: multiple choices

Usage

  1. Choose a Category to load from the list provided by Source object
  2. If there are request options that require preload, preload it
  3. Pick preferred request option and fire a Request through Proxy
  4. Process the Response to get ParseProduct
  5. Generate Category with Info object obtained from processing ParseProduct then add first CategorySegment
  6. If there is pagination, let the user manually follow the links to load and append Segment to Category

saitamanga's People

Contributors

innoobwetrust 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.