Jesulayomy / SCHub

SCHub v0.1, A school data management system to allow School administration, Teachers manage students and courses data.
https://schub.jesulayomi.tech
MIT License
3 stars 10 forks source link

[UI/UX]: Design and Improvements #7

Open Jesulayomy opened 1 month ago

Jesulayomy commented 1 month ago

Design, and actual implementation can be done. If you are a designer you could submit ui improvements to the pages, and a front-end developer can implement them. I'll create an assets folder and design submissions can be made in there so it can be merged. If we get multiple designs we can vote for one and implement that (If its a good design i'll merge even if it doesn't get implemented). You can also make improvements to the existing front-end i.e modify crappy borders, but this must be substantial (multiple pages) to be counted as valid. Front-end improvements can include screenshots in the PR comment to speedup the reviews

GaneshLadaskar commented 1 month ago

Hii, I am new in the world of open source but good with UI design and implementation so please assign me this issue I will do my best to resolve this.

Jesulayomy commented 1 month ago

@GaneshLadaskar Sorry I missed this, You would have to create an issue with the specific thing you want to address. Please checkout the existing deployment: https://schub.jesulayomi.tech Here are logins from README.md

{
  "admin": {
    "email": "tester@schub.com",
    "password": "testerpwd"
  },
  "teacher": {
    "email": "TUANN@schub.com",
    "password": "TUANNPWD"
  },
  "student": {
    "email": "GREAMEM@schub.com",
    "password": "GREAMEMPWD"
  }
}