Git Product home page Git Product logo

problemmapper's Introduction

alexlamson.com

Code for alexlamson.com

problemmapper's People

Contributors

alexlamson avatar

Watchers

 avatar  avatar

problemmapper's Issues

Minor details

Make the background a darker gray
Move the IDs to the top right of each box

Problem defaults (essential vs nonessential)

When clicking on the line to add a problem, a menu should appear, allowing you to choose an essential problem or a nonessential problem
There should be boolean in each problem called "essential"
Essential problems should be on the left of the line, and nonessential should go on the left

Showing a problem's text when zoomed in

When zoomed into a problem, that problem's text should be at the bottom left (regardless of scrolling).
The chosen solution's text should be at the top left (also regardless of scrolling).

Move content of README.md to OUTLINE.md

The README should say:
A system to display problems graphically. Problems and solutions are represented as boxes, which can be infinitely nested. This allows problems to consist of a set of sub problems. Also, some sub-problems need be completed to solve the problem, while some don't. Solving all the required sub-problems represents doing the minimum, while also doing the nonessential represents anything above the minimum.

Add text

There should be some default text in the boxes - "no solution" for the solution, and "lorem ipsum" for the problem.
Also, there should be some way to change the text.

Multiple solutions for 1 problem

Click on the green part of a solution expands the section vertically to show the other possible solutions
Add a system to add new solutions to a problem
Add the # of solutions available to the top left of the green box

Zoom into problems

Clicking on red part of VisualProblemSolution box zooms into the red and shows the inner ProblemLine

Saving/loading to/from a text file

The format will look like this:

*1
*1.1
-1.2
-1.2.1
-2
-2.1

-2.1.1

A * before an item means that it is essential
A - before an item means that it is nonessential
Tabs will be used for spacing

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.