69 lines
2.8 KiB
Markdown
69 lines
2.8 KiB
Markdown
|
![SE-Hub][Logo]
|
||
|
----
|
||
|
|
||
|
[![Gitter][gitterBadge]][gitterChatRoomLink]
|
||
|
|
||
|
Table of Contents
|
||
|
=================
|
||
|
- [Introduction](#introduction)
|
||
|
- [Website](#website)
|
||
|
- [Documentation](#documentation)
|
||
|
- [License](#license)
|
||
|
- [The MIT License](#the-mit-license-mit)
|
||
|
|
||
|
|
||
|
# Introduction
|
||
|
|
||
|
Our vision in creating SE Hub wasn't to re-invent the wheel, but rather unify all the resources needed to solve these problems under one roof - SE Hub. Bringing to the table features like:
|
||
|
- Lecturer exercise tracking of individual tasks.
|
||
|
- Personal team messages.
|
||
|
- Communications made easy and accessible for both lecturers and students.
|
||
|
- Lecturer and teacher grading, follow up scores and etc.
|
||
|
- Peer assessment and activity on git-hub.
|
||
|
- Scheduling and event logs.
|
||
|
|
||
|
# Website
|
||
|
|
||
|
- [SE Hub](http://se-hub.appspot.com/) on GAE
|
||
|
|
||
|
# Documentation
|
||
|
|
||
|
[PowerPoint Presentation (Hebrew)](https://drive.google.com/file/d/0BwBOu8RSEI0fLVE4UFRTWERqVjQ/view?usp=sharing) |
|
||
|
[SOW Document (Hebrew)](https://drive.google.com/file/d/0BwBOu8RSEI0fTkxtZE43b3E1SEk/view?usp=sharing)
|
||
|
|
||
|
|
||
|
the first thing you should do for you to understand how our platform works is to visit our [wiki][wikiLink].
|
||
|
there you will find the user manual (both for Students and Lecturers). and for the Developers how wants ti chip in and code, all the technical details.
|
||
|
|
||
|
# License
|
||
|
|
||
|
SE-Hub project is part of Software Engineering course at JCE (2015)
|
||
|
The Project is under the [MIT](http://opensource.org/licenses/MIT) License.
|
||
|
|
||
|
## The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2015 SE-Hub
|
||
|
|
||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
|
of this software and associated documentation files (the "Software"), to deal
|
||
|
in the Software without restriction, including without limitation the rights
|
||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
|
copies of the Software, and to permit persons to whom the Software is
|
||
|
furnished to do so, subject to the following conditions:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||
|
THE SOFTWARE.
|
||
|
|
||
|
|
||
|
[wikiLink]: https://github.com/sagidayan/SE-Hub/wiki
|
||
|
[Logo]: https://cloud.githubusercontent.com/assets/2984053/6825467/7c9d0402-d303-11e4-9827-62a6d66f937a.png
|
||
|
[gitterBadge]: https://badges.gitter.im/Join%20Chat.svg
|
||
|
[gitterChatRoomLink]: https://gitter.im/sagidayan/SE-Hub
|