Skip to content

pintohen/sem4pi-22-23-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4th Semester ISEP Integrative Project

In this repository you will find what my team and I have developed for the 4th semester ISEP Integrative Project.

The project was overall well loved by the teachers, as the results speak for themselves

  • LAPR4 grade - 19/20
  • SCOMP grade - 19/20
  • RCOMP grade - 20/20
  • EAPLI grade - 19/20
  • LPROG grade - 19/20

After the horizontal rule, you will find the original description of the project, as well as the original instructions on how to build, run and use the project


Open in Visual Studio Code

Project eCourse

1. Description of the Project

Learning Systems (LS) is an IT company specialized in the development of learning solutions wanting to develop a new remote learning platform called eCourse.

The platform supports the activites of the 3 (three) major actors of a course, such as teachers, students and managers and several functionalities. The most distinctive features are Automated Exams and Shared Boards.

The first one guarantee that students automatically have feedback and resulting grades after submitting an exam. The second one is a board that is used to share and organize ideas an information.

The platform is also able to manage:

  • Users (create, disable/enable and list);
  • Courses (create, open/close enrollment, open/close course, define teachers, approve/reject enlistment);
  • Classes (schedule a class, schedule an extra class, update schedule);
  • Exams (create, list, list course exams, take exam, list grades, list course grades);
  • Shared Boards (create, share, view history, archive);
  • Post-It (create, change, undo change);
  • Meetings (schedule, cancel, accept/reject, list);
  • Other type of requirements that should be taken into account for the given problem.

The duration of this project is 3 (three) months, starting on February 22th and ending on June 18h.

2. Planning and Technical Documentation

Planning and Technical Documentation

3. How to Build (assuming you have maven and java installed)

To build the project, run the files:

rebuild-all.bat
or
rebuild-all.sh

4. How to Execute Tests

If you want to run tests for all modules just run in command line:

mvn test

5. How to Run

Assuming the build was done, we can run the application through the fil

eCourse - Manager

run-manager.bat
or
run-manager.sh

eCourse - Teacher

run-teacher.bat
or
run-teacher.sh

eCourse - Student

run-student.bat
or
run-student.sh

6. How to Install/Deploy into Another Machine (or Virtual Machine)

For example if you want to deploy into another machine eCourse - Manager you need to:

rebuild-all.bat
run-manager.bat
or
rebuild-all.sh
run-manager.sh    

7. How to Generate PlantUML Diagrams

To generate plantuml diagrams for documentation execute the script (for the moment, only for linux/unix/macos):

./generate-plantuml-diagrams.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors