Giter VIP home page Giter VIP logo

opis-manager's Introduction

OPIS-Manager

CodeFactor

This tool performs the data visualization of the OPIS results. Live Demo

About this repo

This project was generated with Angular CLI version 7.3.9.

How to setup the project

Backend setup

Before starting the UI, you must have the backend fully working on your machine. Follow the instruction in the OPIS Manager backend repo.

Application setup

First of all, install the required dependencies with: $ npm install

Install the last version of angular-cli to run the app locally with: $ npm install -g @angular/cli

Configure the years and the API path, so copy src/assets/default.json into src/assets/config.json and configure the related years and API url, like:

{
  "apiUrl": "http://localhost:8000/api/",
  "years": ["2013/2014", "2014/2015", "2016/2017", "2017/2018", "2018/2019"]
}

Finally can run the front-end application with $ ng serve -o then navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Credits

  • Stefano Borzì (Helias)
  • Pierpaolo Pecoraio
  • Lemuel Puglisi
  • Alessandro Catalano (Wornairz)
  • Simone Scionti
  • Alessio Piazza
  • Diego Sinitò
  • Salvo Asero

opis-manager's People

Contributors

boozec avatar dependabot[bot] avatar francescoborzi avatar guberlo avatar helias avatar herbrant avatar lemuelpuglisi avatar makapx avatar mkokeshi avatar pierpaolo791 avatar wornairz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

opis-manager's Issues

Angular 9/10 - enable Ivy

During the migration to Angular 9 I disabled Ivy (the new rendering engine) to keep the compatibility with old templates.
We need to enable it and replace the old components/template which are incompatible with Ivy.

How to enable: just open tsconfig.json and set true on "enableIvy" option.

Reports/Bugs

  • Far partire da 0 le valutazioni (negli istogrammi)
  • Mostrare numero di schede per materia
  • Mostrare titoli di V1,V2,V3

Cross-year

  • scraping dei dati degli anni precedenti → mergiate le modifiche di @Wornairz ,manca soltanto 2015/2016
  • durante lo scraping gestire lo sdoppiamento (o la riduzione) dei corsi, esempio;
    Matematica Discreta da corso con un unico canale è diventato un corso con 2 canali.
    Possibile soluzione: considerare per ogni canale come anno precedente i valori di quando era un unico canale.

Need to round values

The followings graph show some values that need to be rounded, use Math.round() maybe for 2-3 digits after the integer.

image

image

Feature request

  • See all courses of a single prof.
  • Add prof. name next to course name in the graphs
  • Add descriptions of each valuation (V1, V2, V3) in "Formula"
  • Allow to change the weight of any questions in run-time side to the graph

Use npm

Remove libraries fie, use npm to install/download the libraries.

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.