Coder Social home page Coder Social logo

tutoria's Introduction

Tutoria

license Build Status Read the Doc Chat on Gitter

Hola the Monkey

You just found Tutoria.

Tutoria is a university-based professional online platform for regular and private campus tutoring that seamlessly supports easy management of booking and sharing feedback. Latest technologies are incorporated for granting state-of-the-art user experience.

Tutoria is proudly powered by Django®.

News

  • [Fixed] Balance checking with commissions.

  • [Fixed] Newly created Tutors with no reviews have a default rating of 0 instead of 5, and the rating is hidden until at least 3 reviews are submitted

Features

  • Fuzzy Search and Asychronized Auto-Completion

  • Anonymous Review

  • Dedicated Admin/Staff Site for Easy Management.

  • Begin/End Session Automation

Installation

Before installation, you should have a working django copy. To obtain one, you may visit Django's website.

First, clone this repo using git:

git clone https://github.com/li-boxuan/tutoria.git

Then migrate the models. We provide a Makefile for automating this process. To make a clean build, issue

cd tutoria && make rebuild_empty

Or you can populate some demo data:

cd tutoria && make rebuild

Afterwards, you can runserver and launch the application via localhost:

python manage.py runserver

Note that begin_all_sessions & end_all_sessions are implemented in the scheduler_trigger.py. You need to begin/end all sessions using scheduler_trigger via Django shell:

python manage.py shell
from scheduler_trigger import *
help() # see usage description

In the django shell, you can start all session at a specific time making use of scheduler_trigger:

run(True, "Nov 25 2017, 9:00p.m.") # start all sessions

or end all session:

run(False, "Nov 25 2017, 9:00p.m.") # end all sessions

For your convenience, you can let the scheduler do begin/end all sessions in turn within a time range:

run_range("Nov 25 2017, 8:00a.m.", "Nov 26 2017, 9:00p.m.") # start & end all sessions in turn

Development

Jinyu Cai*, Boxuan Li*, Jiayao Zhang* and Jingran Zhou*

*The contributors are with the Department of Computer Science, The University of Hong Kong, equally contributed.

Hola Inc. is hiring! Send your CV to [email protected].

Future Release

Tentatively, we identify the limitations in the current release and plan to have them ready for future releases.

  • MyTutors can view the transaction histories of the commisssions it collected in future releases.

  • Chatting functionality is to be supported.

Acknowledgment

The contributors to this project wish to thank Mr. George Mitcheson for his generous help and advice throughout this project.

Cite this Project

@misc{tutoria:2017,
    title = {Tutoria},
    year = {2017},
    author = {Cai, Jinyu* and Li, Boxuan* and Zhang, Jiayao* and Zhou, Jingran*},
    publisher = {GitHub},
    journal = {GitHub Repository},
    howpublished= {\url{https://github.com/li-boxuan/tutoria}}
}

Disclaimer

This project has been submitted for partial fulfillment for the course Software Engineering offered by University of Hong Kong, 2017-18.

tutoria's People

Contributors

imaduddinamajid avatar jrchow avatar jycai avatar li-boxuan avatar liboxuanhk avatar zjiayao avatar

Watchers

 avatar  avatar

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.