jce-manager/README.md

59 lines
2.7 KiB
Markdown
Raw Normal View History

2014-09-23 09:26:37 +00:00
<p align="center"><a href="http://liranbg.github.io/JceManager/">![Visit our Website!][logo]<br>Visit our Website!</a></p>
2014-06-18 23:44:46 +00:00
2014-09-23 09:26:37 +00:00
---
2014-06-18 23:44:46 +00:00
2014-09-28 13:37:00 +00:00
## <i class="fa fa-cogs"></i> The Vision
2014-09-23 09:26:37 +00:00
2014-09-28 13:37:00 +00:00
At the Jerusalem College of Engineering, students tend to monitor their grades day in and day out.
They try to understand how their grade point average (GPA) was or will be affected by specific exams and whether it is worthwhile to try to take an exam again or to just let it be.
2014-09-23 09:26:37 +00:00
2014-09-28 13:37:00 +00:00
With this in mind, we decided to create a program that will give students access to their college accounts, dismantle the information given and present data in a user-friendly manner.
2014-09-23 09:26:37 +00:00
2014-09-28 13:37:56 +00:00
To start, we allow the courses and grades portion of the student portal to be imported directly into the program.
A students transcript is then displayed as a table with the option to edit the given grades.
With each edit, the students GPA will adjust accordingly.
2014-09-23 09:26:37 +00:00
2014-09-28 13:37:00 +00:00
Next, we gave students the ability to import their class schedules from the student portal into the program and with just three clicks, export it as a CSV file.
2014-09-23 09:26:37 +00:00
2014-09-28 13:37:00 +00:00
This type of file can be exported to many different calendars such as Google, iCal, and more!
The next part of the program…okay, this part we will leave open for the future as we still have lots of ideas for future versions...
2014-09-23 09:26:37 +00:00
---
## <i class="fa fa-users"></i> The Team
####*Just For Fun*
The Founder of the idea [Liran Ben-Gida][liran] is the project manager.
[Sagi Dayan][sagi] is a full partner developer and the website maintainer.
Both of us are Software Engineer Students at [JCE][jce]. And Develop the software for our fun on our spear time. and we don't have much of it...
We have chosen to spread this useful tool to all students at no cost or any special requirements. Only, if possible, a feedback or a suggestion for optimization.
The software is free and the source code is available to anyone who wants to look.
---
## <i class="fa fa-plus-square-o"></i> Join US
2014-09-26 22:46:07 +00:00
If you have some spare time, you know how to code (C++ / QT), and you are a friendly dude (Male / Female).
2014-09-23 09:26:37 +00:00
Head over to our [<i class="fa fa-github"></i> Github page][github] and fork, send us a pull request !
Or file a <i class="fa fa-bug"></i> Bug report to help us improve.
## <i class="fa fa-gavel"></i> License
License under [GNU LESSER GENERAL PUBLIC LICENSE][gnu].
[gnu]: http://www.gnu.org/licenses/lgpl-2.1.html
[jce]: http://www.jce.ac.il/
[github]: https://github.com/liranbg/JceManager
[sagi]: mailto:sagidayan@gmail.com
[liran]: mailto:liranbg@gmail.com
[openAPI]: https://github.com/liranbg/jceConnection
[logo]: http://liranbg.github.io/JceManager/assets/images/logo.png
2014-06-18 23:44:46 +00:00