Code Monkey home page Code Monkey logo

praxisprojekt's Introduction

Praxisprojekt

Über dieses Repository

Dieses Repository soll als Hub für mein prazisprojekt dienen und sowohl grobe Entwürfe, ausgerabeitete Ergebnisse & Artefakt als auch organisatorisches enthalten. Dieses Vorgehen missbracuht GitHub zwar etwas für meine Zwecke, ist bisher aber die beste Lösung, auch im Hinblick auf Datenshicherung.

Der Aufbau

Das Repository gleidert sich in 3 Teile:

Ergebnisse

(Mehr oder wniger) fertige Ergebnisse finden sich in Form der Ausarbeitung im Kern dieses Repositories. Ich behalte mir vor hier später auch andere Artefakte zu platzieren.

Gedanken

Im Wiki finden sich mehr oder weniger ausformulierte Gedanken, Ideen und Notizen. Diese sollen als leitfaden zum schreiben der Dokumentation dienen.

Organisation

In den Issues finden sich sowohl einzelne Tasks, als auch komplette Milestones.

praxisprojekt's People

Contributors

plsr avatar

Watchers

James Cloos avatar  avatar  avatar

praxisprojekt's Issues

Make single parts of example text selectable

As a preparation for changing the calculated values of a single part later on, the user should be able to select a single part of the text and get a constant visual feedback about which part she selected.

Remove Calculation Texts from View

The texts used for calculations (the 'wwwww's and 'iiiiii's) shouldn't be visible for the user. I'm not sure if the calculation still works when they are display:none. If not, they should just be moved far to the outside of the viewport.

Show calculated values for whole text

By now, the values are calculated and they are used to render the example text, but they are never explicitly shown to the user. To make later changing possible, as a first step they should be displayed next to the example text.

Ergebnisse in vernünftige Form bringen

Die bisherigen Ergebnisse sollten schon mal in eine vernünftige Form (also Text) gebracht werden. Dazu müssen folgende Sachen gemacht werden:

  • Latex setup
  • Struktur für das Dokument
  • Repo init
  • Issue Template (?)

Font Changing causes a false aclculation

At the moment, the Font of the displayed text (#styled-text) is changed correctly. Also, calc() is called after changing the font to make sure all values fit the new font.
However, the font of the text used to calculate the correct width of the text is not changed, causing the width to be the same no matter the font.

$("#font-family").change(function() {
    var font = $("#font-family").val();
    $('#styled-text').css("font-family", font);
  })

Somewhere in here, the font has to be changed for the calculation elements as well.

Weiteres Vorgehen Definieren

Meilensteine validiert und nochmal weiter aufgesplittet.
Außerdem wird dieses Repo als Hub für das gesamte Projekt dienen, im Repo selbst das Dokument und andere Artefakte, im Wiki die groben Entwürfe, in den Issues die Milestones und tasks.

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.