Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konsalex/accenturecode-n-win
4 hour competition about completing a task Web Application with our project being in the 1st place
https://github.com/konsalex/accenturecode-n-win
Last synced: 6 days ago
JSON representation
4 hour competition about completing a task Web Application with our project being in the 1st place
- Host: GitHub
- URL: https://github.com/konsalex/accenturecode-n-win
- Owner: konsalex
- Created: 2017-11-22T12:12:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T11:30:42.000Z (about 7 years ago)
- Last Synced: 2024-10-30T09:27:47.595Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code & Win Challenge «My Plan Rocks»
## Accenture Meets AUTh - 21 November 2017
During the first day of the [event](https://dasta.auth.gr/cmsitem.aspx?sid=2&id=778), organized by Accenture in cooperation with the Aristotle University of Thessaloniki, we participated in the hackathon called «My Plan Rocks». Our team won the 1st place.## «My Plan Rocks» Description
### The case
Sophia is a new team leader with a new task. She is quite nervous and is short in time. She has two people in her team and is looking for a tool that can help her create a plan. Can you help her?### Application
The application will allow the user to insert task parameters, calculate the delivery date and represent visually the detailed duration of the task.
The implementation consists of the following three parts which progressively increase in difficulty:
+ Record & Store Data
+ Calculate Delivery Date
+ Visual RepresentationIn order to complete that task, for the first part we used an HTML form with all the necessary JS and jQuery needed to make it more fancy and the back-end is implemented with Django.
For the second part, we made a script in Python, calculating exactly the delivery date, without taking into account the weekends and the public holidays, using the Holiday API.Team Members:
+ Kostas Alexoglou
+ Kosmas Tsiakas
+ Thanasis Papazoglou