Code Monkey home page Code Monkey logo

cifra's People

Contributors

wouterfennis avatar

Watchers

 avatar  avatar  avatar

cifra's Issues

Better usability for end-user

At the moment there is only a console application to use Cifra at the moment.
This isn't the most easy way to input data and quickly edit previous inserted data.
That's why it is a good idea to create a seperate project to create the Classes and Tests data.

This project has to conform the following criteria

  • It has to run locally on any computer (Windows, OSX)
  • It has to run offline
  • It should produce Class and Test files
  • It should be able to read existing Class and Test files to edit them

Example of Class JSON structure:

[
  {
    "Id": "86d4ea7e-2fb1-4d58-8ec4-7143c4ce4b68",
    "Name": "ClassName",
    "Students": [
      {
        "FirstName": "FirstName",
        "Infix": "infix",
        "LastName": "LastName"
      }
    ]
  }
]

Example of Test JSON structure:

[
  {
    "Id": "a4bb745a-151a-4b74-acaa-0bd01f95d8ea",
    "Name": "TestName",
    "Assignments": [
      {
        "Id": "bc1c4357-3a4f-4fac-8817-4fe1aed23b2a",
        "Questions": [
          {
            "MaximumScore": 2,
            "QuestionNames": [
              "QuestionName"
            ]
          },
          {
            "MaximumScore": 1,
            "QuestionNames": [
              "QuestionName1",
              "QuestionName2"
            ]
          }
        ]
      },
      {
        "Id": "a4491d78-f7b7-4185-a7ce-bcb39425039f",
        "Questions": [
          {
            "MaximumScore": 2,
            "QuestionNames": [
              "Question3"
            ]
          }
        ]
      }
    ],
    "MinimumGrade": 5,
    "StandardizationFactor": 2
  }
]

Create automated installer

Cifra assumes during startup that certain files/folders are present and correctly configured.
By creating an auto installer step during startup this can be automated for the users and reduced the manual install time needed to get started

Create separate repository for SpreadWriter

To keep the projects separate maintainable and usable in other projects the WorksheetWriter abstraction library must be placed in a separate repository.

After the migration a Nuget Pipeline can be configured so that the Cifra application can include it and keep working

Create integration test

A integration test from start to finish.

Create a class
Create a test
Create a spreadsheet with test results

Assert the above

Adjust styling of console application

The styling of the current console app is just basic. To make it more attractive and easy to use the styling could be improved.
Better use of the space, more with coloring,
More graphic overview of data for example

Create local build scripts

Currently its only possible to publish the project with the right settings in Github or in Visual studio.
Create powershell and batch scripts in order to publish it locally without much dependencies

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.