Giter VIP home page Giter VIP logo

apts's People

Contributors

ppakalns avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

apts's Issues

Upgrading to Adonis 4 (major release)

Main changes:

  • Templating engine
  • In place of generator function, adonis now uses async functions, arguments are passed through object destructuring.
  • Project folder structure.

Upgrade guide: https://adonisjs.com/docs/4.0/upgrade-guide

It would be good to go through everything in the web part of APTS and refactor it for the new version.
This is good opportunity to clean up my hurriedly written code.

Communication through websocket

Implement websocket communication between judge and webserver.

This will allow better monitoring of judge and will allow easier implementation of user notifications about their submission testing stage.

Add form to upload files

Images and other reference materials are sometimes needed to be provided with task description.
Storing images and pdfs on other servers are not so reliable and safe.
Implement simple form to upload different kinds of media files which can be referenced later through markdown.

Multiple file upload.

Suggestion:
It would be nice if there was support for multiple file upload for task solutions.
One way to introduce this would be by supporting archive uploads, which could contain all the required implementation files, also the main file would probably require some special name, i.e. main.cpp.

Reason:
I want to upload my solution using self-written libraries. Now I have to merge all the self-written libraries in the main file, because only one file can be uploaded.

If I missed something in the documentations regarding such workflows or there is some work-around for this, I would appreciate that also.

Testing priority

Submissions that are sent in should be tested before submissions that are being reevaluated.

Add support for english language

  • Translate resources/locales/lv/main.json and create resources/locales/en/main.json
  • Add middleware that will decide which language to use from http request header or session variable.
  • Add links to choose language

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.