skool-project
contacts - made but not full crud with errors
rails g model TransferCertificate sr_no:string tc_no:string tc_status string name_of_scholar:string father_name:string mother_name :string address:string dob:string cast:string religion:string nationality:string length_of_residence:string date_of_admission:string date_of_removal:string cause_of_removal:string prepare_by_named :string checked_by_named:string principal_by_named:string prepared_by_digital_signature:string checked_by_digital_signature:string principal_by_digital_signature:string school_address:string
rails g model Blog blog_name:string blog_by:string posted_date:date blog_type:string blog_description :string blog_title:string blog_image:string
rails g model VisitorCard visitor_name:string purpose:string visitor_no:string phone_no:string email_id:string address:string date:date time:string person_to_meet:string
queries - create but not full crud with errors
details - initial errors
resumes -errors
registrations - made but not full crud with errors
libraries - made but not full crud with errors
authority messages - made but not full crud with errors
event- left all reducer services actions and files and controllers
our school- left all reducer services actions and files and controllers
news- left all reducer services actions and files and controllers
labs- done
stock- left all reducer services actions and files and controllers
departments- left all reducer services actions and files and controllers
rooms- left all reducer services actions and files and controllers
news- left all reducer services actions and files and controllers
attachments are made in schema made a full crud of this
schoolcalender
blog
sport
questionpaper
scholarship
workshop
blogs
addmissionqueries
certificates
folders not made whose actions and services and reducers are made
detail :error
feestructure :error
librariesstructure
newsletter actions not made
nodues actions not made
studentstatus
all folders at the website
admins
user
school
contact
queries
details
resumes
registrations
libraries
authority messages
students
exams
vehicles
fee management
staff
studentresult
test
testmarks
notice chart
route
fee
feegroup
feestructure
batch
sms
section
standard
admit card
transport
leave application
attendance
syllabus
homework
address
profile
timetable
subject
help
event
our school
news table
lab
stock
department
rooms
transfer certificate
calenders
admission queires
sports
blogs
questions
scholarships
certificates
all schema
1 addresses
2 admins ok
3 admissions
4 admit cards
5 attachments
6 attendances
7 authority_messages
8 batch_students
9 batches
10 contacts ok
11 departments
12 detailed_results
13 details
14 documents
15 events
16 exams
17 fee_details
18 fee_discount_students
19 fee_discounts
20 fee_groups
21 fee_heads
22 fee_structures
23 fees
24 freindly_id_slug
25 helps
26 homeworks
27 in_stocks
28 labs
29 leave_applications
30 libraries
31 libraries_structures
32 news
33 news_letters
34 no_dues
35 no_duues
36 notices
37 other_fess
38 our_schools
39 profiles
40 queries
41 registrations
42 results
43 resumes
44 roles
45 rooms
46 routes
47 route_schools
48 school_details
49 schools
50 section_subjects
51 section_syllabuses
52 section_time_tables
53 sections
54 seminars
55 sms
56 staff_attendances
57 staff_vehicles
58 staffs
59 standard_subjects
60 standards
61 statuses
62 stocks
63 student_families
64 student_statuses
65 students
66 studentsresults
67 subjects
68 supports
69 syllabus_details
70 syllabus_subjects
71 syllabuses
72 testmarks
73 tests
74 time_table_details
75 time_tables
76 users
77 users_roles
78 vacancies
79 vehicles
80 versions
schema whose not made
new tables
our branches :: branch_name
Transfer certificate:::
Sr No.
Tc No.
Tc Status : origional or duplicate
Name of Scholar
Father 's Name Father Occupation
Mother 's Name Mother Occupation
Address
Date of Birth
Cast
Religion
Nationality
Length of Residence
Date of Admission
Date of Removal
Cause of Removal
Prepared By Named
Checked By Named
Principal By Named
Prepared By Digital Signature
Checked By Digital Signature
Principal By Digital Signature
School Branch Name
School Address
rails g model TransferCertificate sr_no:string tc_no:string tc_status string name_of_scholar:string father_name:string mother_name :string address:string dob:string cast:string religion:string nationality:string length_of_residence:string date_of_admission:string date_of_removal:string cause_of_removal:string prepare_by_named :string checked_by_named:string principal_by_named:string prepared_by_digital_signature:string checked_by_digital_signature:string principal_by_digital_signature:string school_address:string
school_stamp:string
School Calender :
Date
Day
Activity
Month
Year
rails g model Calender activity:string day:string date:date month:string year:string
Note: add school_id in all models
branch address
contact no
fax
email website
Admission Enquiry
Name
Phone
Email Address
Message
rails g model AdmissionEnquiry name:string phone:string email:string message:string
Registration Form Add Columns:
last_school_attended
last_school_tc_no
Sport
sport_name
sport_teacher
sport_location
sport_class
rails g Sport sport_name:string sport_teacher:string sport_location:string sport_class:string
Blog
blog_name:string
blog_by:string
posted_date:date
Blog_type
Blog_description
blog_title
blog_image
rails g Blog blog_name:string blog_by:string posted_date:date blog_type:string blog_description :string blog_title:string blog_image:string
QuestionPaper
question_paper_name:string
question_paper_date:date
question_paper_class:string
qustion_paper_file:file
rails g QuestionPaper name:string date:date for_class:string file:file
Scholarship
student_name
student_roll_no
scholarship_status: received , not_received
rails g model Scholarship student_name :string student_roll_no:string scholarship_status:boolean
Certificate:
name
date
signature
certified_organization
rails g model Certificate name:string date:date signature:string certified_authorization:string
Workshop
name:string
description:string
for_class:string
guest_faculty:string
convener_name:string
rails g model Workshop name:string description:string for_class:string guest_faculty:string convener_name:string workshop_date:date workshop_venue:string
.................................
rails g model TransferCertificate sr_no:string tc_no:string tc_status:string name_of_scholar:string father_name:string mother_name:string address:string dob:date cast:string religion:string nationality:string length_of_residence:string date_of_admission:string date_of_removal:date cause_of_removal:string prepare_by_named:string checked_by_named:string principal_by_named:string prepared_by_digital_signature:string checked_by_digital_signature:string principal_by_digital_signature:string school_address:string
rails g model Calender activity:string day:string date:date month:string year:string
rails g model AdmissionEnquiry name:string phone:string email:string message:string
rails g model Sport sport_name:string sport_teacher:string sport_location:string sport_class:string
rails g model Blog blog_name:string blog_by:string posted_date:date blog_type:string blog_description :string blog_title:string blog_image:string
rails g model QuestionPaper name:string date:date for_class:string file:file
rails g model Scholarship student_name :string student_roll_no:string scholarship_status:boolean
rails g model Certificate name:string date:date signature:string certified_authorization:string
actions made
NEWS TABLE AND STOCK WILL DO AFTER
EVENT
OURSCHOOl
lab 10.00 10.05 5 MINUTES IN ONE ACTION MADE
event ourschool lab reducer , action , services ,
controllers - event and lab prepared
event and lab folder files - working
note : add school_id in all tables where ever required ,
add school_id in params
assoication with school of all
DEPARTMENT - WORKING
others schema added:
Canteen :
Parent teacher meeting:
News paper - reading room:
Games/sports:
Visitor I card:
Mess:
Hostel:
Character certificate:
Student progress card:
Teacher progress card:
I card:
Note : admit card par pdf generate hona chahiyeh
visitor i card:
visitor_name:string
purpose:string
visitor_no:decimal
phone_no:decimal
email_id:email
address:string
date:date
time:string
person_to_meet:string
rails g model VisitorCard visitor_name:string purpose:string visitor_no:string phone_no:string email_id:string address:string date:date time:string person_to_meet:string
visitor _cards ko poora banao
jinke actions reducers and services ban chuke hain unke sub folders banao
controllers banao sabke
sabko index mein reducer and sericies and actions mein involve kar do...
school_id add karo sabmein
sabke sath school_id ki association banao
note: student_statuses mein school_id dali hai lekin save nai hui hai
Character Certificate::
note: edit mein role laga do user ke edit mein nai laga hua hai..
made controllers at date 28 april
no_due
no_dues
news
library_structures
room
Two new Schemas
announcement
tasks
creating and working at folders
news
// export * from './ourschool.constants';
export * from './lab.constants';
// export * from './news.constants';
// export * from './attachment.constants';
// export * from './instock.constants';
// export * from './questionpaper.constants';
// export * from './admissionquery.constants';
made these first
// export * from './blog.constants';
// export * from './sport.constants';
// export * from './scholarship.constants';
// export * from './workshop.constants';
// export * from './certificate.constants';
feestructe : done with errors
detail : done with error before
date may 4 night = stock done
date may 5 morning = sport done
date may 5 morning = room : appprox done with one error
date may 5 afternoon = calender done
date may 5 evening =
note: add one new module by cc - character certificate
add certificate table all .
add tc module full
see the controllers and actions etc you mae before and made then full
reuce error and amke error free to the code and push the code final to the heroku
make presentation for your interiviw abut your this projet and about your all project
kaun kaun se karne hain abhi
ourschool :
news table:
correcton in design of lab and help:
department:
tc:
calender:
admissionquery:
certificates:
add the two columns in calender in the schema of the caender and add it in with.
calender_description , calender_title
add
see and changes : module that see and made or not
transports:
details :error with all made
feestructure : error with all made
department : nothing made but schema made .
room : everything made may be it with error
certificates : nothing made :: it can be made with all
our schools : all made except folders :::::::::::::::::::::::::::::::::: folder required
newstable/newsletter: everything made except folder :::::::::::::::::::::::::::::::::: folder required
admissionqueries : all made except folder :::::::::::::::::::::::::::::::::: folder required ...............
........................note :::::::; admission enquiries
questionpapers : all made except folder :::::::::::::::::::::::::::::::::: folder required .....
note : question paper ka module nai bana hai abhi
made these all modules completely , see the errors and push the code.
not working modules
worked modules :: may 10, 2021
ourschools : done with error in new
admissionenquiries : done with error in new : send at the status
certificates : done
questionspaper : done
newsletter : done
working
questionpapers :: schema is not made backend is not made - first you made that. :: done
newsletters
certificate :: abhi poora banana hai done ho gaya
question paper schema ::
examination_name :string
time_of_exam: string
exam_id:integer
paper_marks:string
subject_name:string
subject_id:integer
school_id:integer
question_description:string
answer_description:string
rails g model QuestionPaper exam_name:string exam_time:string exam_duration:string exam_marks:string subject_name:string subject_id:integer school_id:integer question_description:string answer_description:string
certificate schema ::
participant_name: string
participant_position:string
certificate_title:string
seminar_id:integer
event_id:integer
sport_id:integer
rails g model Certificate participant_name:string participant_position:string certificate_title:string seminar_id:integer event_id:integer sport_id:integer
errors in modules::
new modules add ::
student_icard
icard_no: string
holder_name:string
dob:string
address:text
student_id:integer
valid_upto:string
father_name: string
rails g StudentIcard icard_no: string holder_name:string dob:string address:text student_id:integer valid_upto:string father_name:string
event_programms
porgram_name:string
date: date
venue: string
guest_name_one:
guest_name_role:
guest_name_two:
guest_name_role:
no_of_attendants:string
rails g model
school_annual_day
reading_rooms
rails g ReadingRoom student_id:string user_id:string in_time_of_reading;string out_time_of_reading:string
Book
rails g Book book_name:string assigned_role_for:string student_id:integer
canteen
parent-teacher-meeting : have made the schema
rails g model ParentteacherMeeting meeting_venue:string student_id:integer parent_name:string meeting_status:boolean meeting_description:text
ClassRoom :schema made
no-of-student
no-of-teachers
no-of-assignment
no_of_subjects
class_venue
rails g model ClassRoom no_of_students:string no_of_teachers:string no_of_assignments:string no_of_subjects:string class_venue:string rank_in_school:string
rails g ClassRoom no_of_students:string no_of_teachers:string class_venue:string no_of_assignment:string no_of_subjects:string standard_id:integer section_id:integer
Classroom , book and parent teacher meeting are left.
classroom start : : 11:22
3 to 4 days or one week schedule
books :: send it in status
reading room :: send it in status
canteen
school annual day :: send it in status
student_secutiry
recruitment : send it in status
pre school :: Play School .
counselling
Comments
Post a Comment