Skip to main content

School Managment

School mgmt :-

Student: 5 - Ashok/Nikil
rollno :pk
fist name string
Last name string
DOB date
sex
mail id
joining_date date
father name
mother name
primary mobile no
seconday_mobile_ no
parent_working_in str  - done

permenent_address_id-fk -1 - Nikil
current_address_id-fk

parent_id -fk- need to analyze 

MediumId int FK - 2 -Chandra -done
Fee-details_id Integer(fk)
Section-Id Integer(fk)

BranchId -FK -2 -Ashok
transport_id Integer(fk)
class_id-fk -


Address: 1 -Nikil -done 
address_id - pk
house_no string
street_no string
street1_address str
street2_address string
state string
pincode int


Attendance :2-Nikil    - done
attendence_id - pk
Student_id - fk - many to one
attendence_date date
attendence char(P - present,O - offsent ,H - holiday)

Staff: 2 - Nikil - done
staff_id - pk
staff name
subject_id - fk
address_id - fk

Time table: 3 -Prasad - done
time table_id -pk
class_id -fk
class_start_time  date
class_end_time  date
subject_id - fk
staff_id - fk

Class: 1 - Ashok -done
className(String)
classId(int (PK))
Description(String)
StartDate(Date)
EndDate(Date)

Branch: 1 -Ashok - done
Id(int PK)
BranchName(String (L OR G))
BranchAddress(String)

Subject: -2 - Nikil   - done
SubjectID(int )
title(String)
SubjectHeadId(int FK)-->STAFFID

Topic : 1-Nikil -  done
TopicId(intPK)
TopicName(String)
SubjectId(int FK)
Duration(Date)
title(String)

Medium: 1 - Chandra - done
MediumId(int PK)
MediumType(String)

SECTOION:1 - Chadra -done
Section-Id Integer(PK)
Section Name-String

Exam-MARKS:3 -Prasad  -done
marksId Integer (pk)
Student-Id Integer (FK) -1 - Prasasd
Subject_id Integer (FK)
Exam_Type-Id Integer(FK) - may to one - done
Date date
Marks Integer

EXAM-TYPE:1 - Prasad - done
EXAM -Id integer(pK)
Exam-Type name string

FEE-DETAILS:2 -Chandra - done
Fee-details_id integer(pk)
Fee-type Id Integer(fk)  may to one
Fee Integer

Fee-type :1 -Chandra  - done
Fee-type Id Integer(pk)
Fee -type name String

TRANSPORT:2 -Ashok -done
Transport-Id integer(pK)
Route Id Integer(fk)

Route:1 - Ashok -done
Route Id Integer(pk)
Route Name String



UI :-
1. Basic build UI (HTML-Angular) application - 5 - ParthaSaradhi

  • basic login page need to develop, user name need to display in home page
  • document workspace setup steps. 
  • code ckeck-in.


Sprint-1 Retrospective :

What went well:-
1.sprint planning
2.technical discussion going.
3.understood requirement

What went not well :-
1.in sprint planning only few developers involved
2.Development not completed on time.
3.sprint not closed on time.
4.faced code check-in issues


Actions :-
--------
1.in sprint planning/estimation only few developers involved
->every alternative Friday sprint will start and every developer need to involve in estimation.-developers
2.Development not completed on time.
Problems :-
1. code check-in issue.
Action :
1. team need to understand code check-in process. -developers
2. need to add another developer as admin, he can quickly add/remove from github-BayaReddy
2. few developers not there in sprint planning so they don't know when they need to complete.
Action : every developer need to involve in sprint planning and estimation.-developers
3. new to development.
Action : team need to understand agile process. -developers
4. developer not planned well.
Action : need to plan well -developers
3.sprint not closed on time.
Problem :
1. not planned well
Action : need to plan well - scrum master
5.faced code check-in issues
Action : 2.1

Comments



  1. SCHOOL MANAGEMENT SYSTEM


    Student
    ..............
    Student Id Integer(pk)
    Fee-details_id Integer(fk)
    Section-Id Integer(fk)
    marksId Integer(fk)
    transport_id Integer(fk)

    SECTOION
    ......................
    Section-Id Integer(PK)
    Section Name-String





    MARKS
    ...................
    marksId Integer (pk)
    Student-Id Integer (FK)
    Subject_id Integer (FK)
    Exam_Type-Id Integer(FK)
    Date date
    Marks Integer



    EXAM-TYPE
    ....................
    EXAM -Id integer(pK)
    Exam-Type name string




    FEE-DETAILS
    ........................
    Fee-details_id integer(pk)
    Fee-type Id Integer(fk)
    Fee Integer

    Fee-type
    ...............
    Fee-type Id Integer(pk)
    Fee -type name String




    TRANSPORT
    ........................
    Transport-Id integer(pK)
    Route Id Integer(fk)


    Route
    ............
    Route Id Integer(pk)
    Route Name String

    ReplyDelete
  2. Student Management System

    Class
    className(String)
    classId(int (PK))
    Description(String)
    StartDate(Date)
    EndDate(Date)

    Branch
    Id(int PK)
    BranchName(String (L OR G))
    BranchAddress(String)

    Subjects
    SubjectID(int )
    title(String)
    SubjectHeadId(int FK)-->STAFFID

    Topic -TopicId(intPK)
    TopicName(String)
    SubjectId(int FK)
    Duration(Date)
    title(String)

    Medium
    MediumId(int PK)
    MediumType(String)

    Student

    MediumId(int FK)
    BranchID(FK)
    ClassId(FK)





    ASHOK---

    SCHOOL MANAGEMENT SYSTEM


    Student
    ..............
    Student Id Integer(pk)
    Fee-details_id Integer(fk)
    Section-Id Integer(fk)
    marksId Integer(fk)
    transport_id Integer(fk)

    SECTOION
    ......................
    Section-Id Integer(PK)
    Section Name-String





    MARKS
    ...................
    marksId Integer (pk)
    Student-Id Integer (FK)
    Subject_id Integer (FK)
    Exam_Type-Id Integer(FK)
    Date date
    Marks Integer



    EXAM-TYPE
    ....................
    EXAM -Id integer(pK)
    Exam-Type name string




    FEE-DETAILS
    ........................
    Fee-details_id integer(pk)
    Fee-type Id Integer(fk)
    Fee Integer

    Fee-type
    ...............
    Fee-type Id Integer(pk)
    Fee -type name String




    TRANSPORT
    ........................
    Transport-Id integer(pK)
    Route Id Integer(fk)


    Route
    ............
    Route Id Integer(pk)
    Route Name String





    ReplyDelete

Post a Comment

Popular posts from this blog

About Project

                                 About project About project : I am working on xyz project in which we are using xyz technologies This project consists multiple modules. Contribution : I am contributing to so and so modules Roles and responsibilities in Project  Involved in requirement gathering and followed the agile process Explain the roles and responsibilities mentioned in the resume

Java Training Content

                                               Java Training Contents :  Learn Computer Fundamentals -what is software Ref : https://www.techopedia.com/definition/4356/software -what is programming language, Functional Programming, OO programming Ref : https://www.geeksforgeeks.org/introduction-to-programming-languages/     : https://www.techopedia.com/definition/24815/programming-language : https://study.com/academy/lesson/what-is-programming-language-types-examples-quiz.html : https://www.youtube.com/watch?v=ifo76VyrBYo -Install JDK and set Java path -Hello world program Ref : -Compilation and interpretation Compilation : convert source code to executable code - interpreted : execute instruction line by line. -Features of Java - Platform Independent Ref : https://www.geeksforgeeks.org/java-platform-independent/ L...

Web-Service

Web Service :- a service offered by an electronic device to another electronic device, communicating with each other via the  World Wide Web Web services provide a common platform that allows multiple applications built on various programming languages to have the ability to communicate with each other Popular Web Services Protocols are: SOAP: SOAP is known as the Simple Object Access Protocol. SOAP was developed as an intermediate language so that applications built on various programming languages could talk quickly to each other and avoid the extreme development effort. SOAP can only work with XML format. SOAP cannot make use of REST since SOAP is a protocol and REST is an architectural pattern. SOAP was designed with a specification. It includes a WSDL file which has the required information on what the web service does in addition to the location of the web service. REST: REST stands for Representational State Transfer. REST is used to build Web serv...