Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement in your Project #8

Open
GHATAK123 opened this issue Nov 6, 2022 · 0 comments
Open

Enhancement in your Project #8

GHATAK123 opened this issue Nov 6, 2022 · 0 comments

Comments

@GHATAK123
Copy link

GHATAK123 commented Nov 6, 2022

General Enhancement

  1. Try to use a meaningful commit message after each commit.
  2. Divide your GitHub commits based on each functionality so that it is easy to find the code error and you can easily roll back your changes based on your commit id.
  3. Try to create meaningful branch names so that others can understand, what code changes anyone can guess.
  4. Follow the best practice to create .env file[ to store your secret i.e(db_username & password) and also create .gitignore.

Functionality Enhancement

Admin

  • Admin should have the option to view all courses.
  • Use Course_id to update the course name and course fee.
  • Admin should have the option to view all batch under one course.
  • Admin should have the option to delete batch under a course.
  • The batch table should also have a batch_id attribute to uniquely identify each batch.

Student

  • Students should have the option to update one or all fields from their profile.
  • Students should have the option to view all the courses in which he/she had registered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant