D
DUNNER7
Thanks for all the continued help. I have done much thinking, reading, and
practicing...I think I am up for the challenge. I have noticed in most of
the posts that I have read about the importance of writing it out/planning
before starting. I think that has finally sunk in. I am going to say what I
want to accomplish and lay out an outline of what I think I need to include.
I want a school database that keeps track of demographic information. I
also want to have teachers able to write disciplinary referrals for behavior
infractions and have my administration respond to the disciplinary referrals
(dispositions). I want these displinary infractions and dispositions to the
referrals to be saved in a table as data. I also want staff to be able to
record "interventions" ie. phone calls, meetings w/parents, meetings with
students, referrals to mental health, probation, etc. in a table. I also
want are planned interventions, "group sessions", counseling, D/A (drug &
Alcohol) groups, mentoring, etc. to be able to be recorded in another table.
I also want the daily attendance recorded with date/time of student entry
into the building. I also want to record the date/time for early dismissals
from the building and reasons.
Here is what I think I need:
Demographics Table:
StudentID (pk)
LName
FName
Etc.
Referral Table:
Incident (auto number PK)
StudentID
StaffID
Location(do I need a seperate table to list 8-10 different locations)
Violation (do I need a seperate table to list our 16 violation codes)
Description (brief narrative)
Teacher Action (List?)
Date/Time
Disposition Table:
Disposition (auto # PK)
StudentID
StaffID
Action (Do I need a table to list the "consequences")
StartDate (suspensions)
EndDate (suspensions)
ConReturn (W/ parent) checkbox
(QUESTION, HOW DO I LINK REFERRAL & DISPOSITION TABLES SO THAT THE
DISPOSITION ADDRESSES THE SPECIFIC REFERRAL?)
Conference Table:
ConferencNumber (auto # PK)
studentID
StaffID
Description (Table with various things ie. phone call, conference, etc)
Comments
Intervention Table:
InterventionNumber (auto # PK)
StudentID
StaffID
Description (List of interventions ie. group session, individual, referral
for treatment, etc)
Date
Time
Comments
Attendance Table:
AttendanceIncident (auto # PK)
StudentID
Date/time
Reason (if absent reason for absence, court, bus, sickness, etc)
That is the basic structure I came up with and I think it covers most things
I need.
I think I need some basic tables to cover other lists that our used in the
main tables:
Demographic Table related tables:
Bus info
Locker info
Entry Codes
Exit Codes
Lunch Code (free, reduced, regular)
homerooms
ethnicity
grade level
gender
zip codes
Discipline Table related tables:
Violations
Locations
Teacher Actions
Disposition Related tables:
Action (consequences)
Confrence table related tables:
Descriptions
Intervention table related tables:
Descriptions
Attendance table related tables:
Reasons for absence (court, excused, unexcused, bus, medical, religious, etc.)
Sorry so long, but I wanted to write out my thinking and process.
Does it look comprehensive enough?
Thanks,
Del Dobbs
practicing...I think I am up for the challenge. I have noticed in most of
the posts that I have read about the importance of writing it out/planning
before starting. I think that has finally sunk in. I am going to say what I
want to accomplish and lay out an outline of what I think I need to include.
I want a school database that keeps track of demographic information. I
also want to have teachers able to write disciplinary referrals for behavior
infractions and have my administration respond to the disciplinary referrals
(dispositions). I want these displinary infractions and dispositions to the
referrals to be saved in a table as data. I also want staff to be able to
record "interventions" ie. phone calls, meetings w/parents, meetings with
students, referrals to mental health, probation, etc. in a table. I also
want are planned interventions, "group sessions", counseling, D/A (drug &
Alcohol) groups, mentoring, etc. to be able to be recorded in another table.
I also want the daily attendance recorded with date/time of student entry
into the building. I also want to record the date/time for early dismissals
from the building and reasons.
Here is what I think I need:
Demographics Table:
StudentID (pk)
LName
FName
Etc.
Referral Table:
Incident (auto number PK)
StudentID
StaffID
Location(do I need a seperate table to list 8-10 different locations)
Violation (do I need a seperate table to list our 16 violation codes)
Description (brief narrative)
Teacher Action (List?)
Date/Time
Disposition Table:
Disposition (auto # PK)
StudentID
StaffID
Action (Do I need a table to list the "consequences")
StartDate (suspensions)
EndDate (suspensions)
ConReturn (W/ parent) checkbox
(QUESTION, HOW DO I LINK REFERRAL & DISPOSITION TABLES SO THAT THE
DISPOSITION ADDRESSES THE SPECIFIC REFERRAL?)
Conference Table:
ConferencNumber (auto # PK)
studentID
StaffID
Description (Table with various things ie. phone call, conference, etc)
Comments
Intervention Table:
InterventionNumber (auto # PK)
StudentID
StaffID
Description (List of interventions ie. group session, individual, referral
for treatment, etc)
Date
Time
Comments
Attendance Table:
AttendanceIncident (auto # PK)
StudentID
Date/time
Reason (if absent reason for absence, court, bus, sickness, etc)
That is the basic structure I came up with and I think it covers most things
I need.
I think I need some basic tables to cover other lists that our used in the
main tables:
Demographic Table related tables:
Bus info
Locker info
Entry Codes
Exit Codes
Lunch Code (free, reduced, regular)
homerooms
ethnicity
grade level
gender
zip codes
Discipline Table related tables:
Violations
Locations
Teacher Actions
Disposition Related tables:
Action (consequences)
Confrence table related tables:
Descriptions
Intervention table related tables:
Descriptions
Attendance table related tables:
Reasons for absence (court, excused, unexcused, bus, medical, religious, etc.)
Sorry so long, but I wanted to write out my thinking and process.
Does it look comprehensive enough?
Thanks,
Del Dobbs