Skip to content

B-V-Vulkov/StudentSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

StudentSystem is a simple MVVM application built with WPF and Entity Framework Core for learning purposes.

Project Organization

  1. StudentSystem Contains Views and ViewModels
  2. StudentSystem.Data Contains data models ane data context
  3. StudentSystem.Services Contains service models and database services
  4. StudentSystem.Common Contains all the common things

Application Description

The application is built on three levels of access: Students, teachers and administrators.

  1. Students are only able to see information about their courses and grades.
  2. Teachers are able to see all the information about their courses and can evaluate their students.
  3. Administrators have the highest level of access. They are able to add courses, students, and teachers and subscribe them to courses.

Member Login View

Courses View

Teacher Courses View

Administrator Add Teacher View

Administrator Add Course View

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors