GithubHelp home page GithubHelp logo

nadunchanna98 / software-engineering-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kajamohan-krishnadasan/software-engineering-project

0.0 0.0 0.0 3.21 MB

This project we are doing Student Documents Approval System using React Js.

JavaScript 82.55% CSS 15.91% HTML 1.55%

software-engineering-project's Introduction

Software-Engineering-Project - Student Document Approval System

This project we are doing Student Documents Approval System using React Js.

Team Members

  • Kajamohan K.
  • Thilakarathna R.M.S.S.
  • Naif A.M.M.
  • Gobishangar V.

Installation

  • initially you need to install node js and npm in your system.

  • after that you need to open the project in your editor. And open the terminal in the project folder.

  • then you need to run the command npm install to install all the dependencies.

  • create custom folder called Firebase in the src folder.

  • Then create a file called firebase.js in the Firebase folder.

and paste the following code in the firebase.js file.

// import * as firebase from "firebase/app"
import { initializeApp } from "firebase/app";
import { getAuth } from "firebase/auth";
import { getStorage } from "firebase/storage";
import { getFirestore } from "firebase/firestore";

// Your web app's Firebase configuration
const firebaseConfig = {
  apiKey: "YOUR_API_KEY",
  authDomain: "YOUR_AUTH_DOMAIN",
  databaseURL: "YOUR_DATABASE_URL",
  projectId: "YOUR_PROJECT_ID",
  storageBucket: "YOUR_STORAGE_BUCKET",
  appId: "YOUR_APP_ID",
  messagingSenderId: "YOUR_MESSAGING_SENDER_ID",
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const auth = getAuth(app);
const storage = getStorage(app);
const db = getFirestore(app);

// const uid = auth.currentUser?.uid;

export { db, auth, app, storage };
  • after that you need to run the command npm start to run the project.
  • if any error occurs you can run the command npm audit fix --force to fix the errors. And then run the command npm start to run the project.

Interface

Figma UI Designs

  1. Login Page UI

    1.1. Login Page UI 1

    Login view design using figma

    1.2. Login Page UI 2 Login view design using figma

  2. Student Homepage UI Student view design using figma

  3. Staff Homepage UI Staff view design using figma

  4. Make Request UI Make request view design using figma

user Roles

  • Student
  • Staff (Academic Staff)
  • Admin (AR Officer)

User Stories

Student

  • As a student, I want to be able to log in to the system using my student ID and password.
  • As a student, I want to be able to view my requests.
  • As a student, I want to be able to make a request.
  • As a student, I want to be able to view the status of my request.
  • As a student, I want to be able to view the details of my request.

Staff (Academic Staff)

  • As a staff, I want to be able to log in to the system using my staff ID and password.
  • As a staff, I want to be able to view all the requests.
  • As a staff, I want to be able to view the details of a request.
  • As a staff, I want to be able to approve a request.
  • As a staff, I want to be able to reject a request.

Admin (AR Officer)

  • As an admin, I want to be able to log in to the system using my staff ID and password.
  • As an admin, I want to be able to view all the requests.
  • As an admin, I want to be able to view the details of a request.
  • As an admin, I want to be able to approve a request.
  • As an admin, I want to be able to reject a request.

Use Cases

Student Use Cases

  • Student Login
  • Student Make a Request
  • Student View Request Status
  • Student View Request Details

Staff Use Cases

  • Staff Login
  • Staff View Request Details
  • Staff Approve Request
  • Staff Reject Request

Admin Use Cases

  • Admin Login
  • Admin View Request Details
  • Admin Approve Request
  • Admin Reject Request

Use Case Diagram

Use Case Diagram

Activity Diagram

Activity Diagram

Database

  • We are using Firebase as our database for this project. We are using Firebase Storage and Firebase Firestore.

Firebase Storage

  • We are using Firebase Storage to store the documents that are uploaded by the students / staff/ admin.

Firebase Firestore

  • We are using Firebase Firestore to store the user details and the request details.

software-engineering-project's People

Contributors

kajamohan-krishnadasan avatar naifmohamed1998 avatar supunsameera18 avatar gobishangar12 avatar

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.