Code Monkey home page Code Monkey logo

school-erp-system's People

Stargazers

Igor Nunes avatar Rishabh Jain avatar Shaik Asifali avatar Subham Sinha avatar Gaurav Verrma avatar Austin Lynch avatar Sayan Das avatar Bhavika Aggarwal avatar

Watchers

Gaurav Verrma avatar  avatar

school-erp-system's Issues

update the readme file

update the readme file with proper contribution guidelines which is an important part of it.

Wraps controllers into global error handling middleware

Wrap all the controllers in global catchAsync middleware which is a Higher Order Function.
catchAsync is defined in utils folder.
Test all the controller functionalities after wraping.

An example for the same is attached.

image

Administrative Notice Board

Build APIs for student dashboard-

dataModal:

  • Topic
  • Title
  • Description
  • Body
  • Date Published
  • isImportant

routes for required APIs:
/v1/notice/post- to add new notice
/v1/notice/all - to get all notices
/v1/notice/:id - to get a particular notice by its ID.

Student Registration

userModal for student:

  • Student Name
  • Class
  • Section
  • Roll Number
  • Father's Name
  • Mother's Name
  • School Name

/v1/register - route to register the student.

Create userSchema, routes and controllers for registering new student in the application

Student Attendence

dataSchema:

  • Teacher name
  • Student ID - mongooseID
  • subject
  • date
  • No. of periods

routes:

/v1/teacher/post - to post new attendence
/v1/student/attendence/all - to view all attendence
/v1/student/attendence/:subject - to get attendence of a particular subject

Assignment submission teacher side

dataModal:

  • subject
  • teacher - mongooseID
  • class
  • assignmentInfo
  • assignedDate
  • isDocumentFormat - check if document is attached
  • assignment - related attached document
  • lastDate

/v1/teacher/assignment - to post assignments

Student details from administration

Get student data from admin as excel or **csv ** format (files).
Extract the info and store as studentOfficial info.

dataModal:

  • dataFile - data uploaded by admin
  • class - associated class
  • batchYear - year of present associated class
  • date - uploaded date

/v1/admin/postStudentData - to post student data

Student Login/ Logout authentication

Student Schema parameters:

  • student Name
  • password
  • School name

Initial routes:

  1. /v1/student/login - to login the student
  2. /v1/student/logout - for logging out the user

Note: All function, variable and file names should contain camel-case notation.

Teachers details from administration

Get teachers data from admin as excel or **csv ** format (files).
Extract the info and store as teachersOfficial info.

dataModal:

dataFile- data uploaded by admin
date - uploaded date

/v1/admin/postTeachersData - to post teachers data

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.