Giter Site home page Giter Site logo

viscel's People

Contributors

ninjakuchen avatar rmgk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

viscel's Issues

metacores

they worked once. now i am too scared to test.

neo4j

works quite well all things considered,
but it is heavily overpowered for what it is used here.
viscel basically just stores a tree inside the graph, replaces subtrees while updating,
and does a preorder traversal when connecting the user interface.
maybe a simpler scheme of serialising the trees to disk would suffice.

narrator creation without recompiling

a narrator is what parses a page for content.
these are currently all defined inside scala code and need to recompile on change.
thats really annoying for fast test cycles you usually want when trying to find something that works.

documentation

it would be nice to have

  • what is viscel good for
  • how to start
    • sbt run
  • how to find the interface
  • what the heck is happening
  • how to fix stuff that breaks. which it will.
  • how to write new narrators (that probably depends on #10 as no one is going to understand the full versions the first time :)
  • overview over the different parts

improved monitoring

currently logging is little more than writing to stdout.
investigate triggering events instead of unstructured logging.

make the updater sane

the updater received its fith or so rewrite today. it looks promising now, but i will not hold my breath.
this issue is to track how often i will fail from now on.

fix the export data format

the current plan:

  • reuse .cbx format
    • each chapter a folder
    • each asset a file
  • store an additional metadata json file containing a list of assets, and a list of chapters
    • investigate sane structure for that format

spray

spray may be overkill for our purposes.
keep an eye on the future of spray (akka/http) and maybe on http4s as another possibility.
it currently works so maybe its better not to touch it :)

simple narrators

related to #9 defining narrators is currently very powerful.
but a lot of comics can be parsed by just giving some hints how to find the image,
and guessing the next link.
that worked incredibly well in 4.x so we want it back :)

stand alone archive viewing

investigate the possibility to include the compiled js viewer in an exported archive,
to make it usable with just the archive and a web browser.

tests!

the code actually might be testable by now …
all thats left is writing some

areas where tests seem particularly useful:

  • the database navigation stuff.
    • that can easily go wrong, without very visible consequences.
  • the serialisation of stories to json and into the database.
    • if that breaks, the database might become corrupted.

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.