Git Product home page Git Product logo

liquidvictor's People

Contributors

barrystahl avatar bsstahl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

antifragileer

liquidvictor's Issues

Add ImageLeftFragments and ImageRightFragments as Layout options

Currently, the FullPageFragments layout is the only way to have text appear piece-by-piece on the slide (so that it requires a click to add the next item to the screen). We'd also like to be able to do this with an image on the screen.

Currently, ImageLeft and ImageRight are the primary layouts for slides with images. If we implement ImageLeftFragments and ImageRightFragments that layout the screen in the same way as ImageLeft and ImageRight but add the text bit-by-bit like FullPageFragments, we can achieve this functionality.

Page Description on Search Pages

The Description form-field for Search pages is not being populated. This means that templates that use this form-field have the value left as "{Description}", which can result in strange behavior for clients.

Enable zoom in presentations

If the presentation output format supports it, enable the ability to zoom in on content items.

For RevealJS based presentations (including Jupyter Notebooks), zoom.js could be used. I'm not sure if there is a mechanism to zoom in Powerpoint.

Prevent duplicate IDs within Entities

Each entity type, SlideDeck, Slide, ContentItem should have a unique Id within that space.

The solution should probably be at the data-tier since that is where it should be enforced and because many DB types will handle it by default.
ย 
I don't believe it is necessary to make sure that IDs are unique outside of the entity type space since each entity type knows its own children so there shouldn't be any situation where a slide is confused for a content item with the same name, but it is even more unlikely since most of these duplicates would likely come from CopyPasta, the odds of that happening are pretty low.

Build Prototype: Presentation Creation

Take a hardcoded repository of slides and images, and a hardcoded media collection (i.e. the presentation script) and build a console app that will assembly that into a presentation deck.

Create a sample presentation repository for the jsonFileSystem

Create a default presentation in a default presentation repository that can be included in the code repository. This will allow the project to build and execute when first downloaded and can be used to demonstrate some of the features of the system. It will also create a 1st presentation that people can clone to start building their own presentations.

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.