Giter Club home page Giter Club logo

uthportal-server's People

Contributors

georgetg avatar kkanellis avatar

Watchers

 avatar  avatar

Forkers

georgetg

uthportal-server's Issues

make PushdWrapper stand-alone

Shall we make pushdwrapper stand-alone and remove any email and database dependancies, so everything that interacts with the database is handled within the server?

Python3

Maybe base the project on python3 ?

Curriculum support

Need for a curriculum for the inf department. There is no need to be updated automatically, but there should be a different url for it, e.g. inf.static or inf.info

I propose the schema below:

{
    "course_name": "string",
    "classroom": "string",
    "instructor": "string",
    "class_type": "string (e.g. Εργαστήριο)",
    "start_time": "string (e.g. 10:00)",
    "end_time": "string (e.g 12:00)",
    "day": "integer (0: Monday, 1: Tuesday etc)"
}

Grade viewer

It is needed to impement grade viewer. I was thinking of an independent service which will be connected to UTH network. I am not sure if VPN connection is needed in ~okeanos. It will accept SSL GET requests and will return the grades JSON.

Any ideas @GeorgeTG ?

Exam schedule

Need for a periodic exam schedule for the inf department. There is no need to be updated automatically, but there should be a different url for it, e.g. inf.static or inf.info

I propose the schema below (similar to curriculum):

{
    "course_name": "string",
    "classroom": "string",
    "instructor": "string",
    "start_time": "string (e.g. 10:00)",
    "end_time": "string (e.g 12:00)",
    "date": "string (e.g Monday 10/9 )"
}

[notifier] return type

Change notifier functions from returning just True or False, to return (bool, status_code) tuple?

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.