diff --git a/C1-Online_Profiles/LC101 - Shreya Kulkarni Resume (9).pdf b/C1-Online_Profiles/LC101 - Shreya Kulkarni Resume (9).pdf new file mode 100644 index 000000000..45cffd611 Binary files /dev/null and b/C1-Online_Profiles/LC101 - Shreya Kulkarni Resume (9).pdf differ diff --git a/C1-Online_Profiles/README.md b/C1-Online_Profiles/README.md index 2b291ff31..483ac3b22 100644 --- a/C1-Online_Profiles/README.md +++ b/C1-Online_Profiles/README.md @@ -7,10 +7,10 @@ For this assignment you will need to upload your resume, and provide links to yo ## Submission Instructions ### GitHub -Provide a link to your GitHub account here. +https://github.com/shreyak22 ### LinkedIn -Provide a link to your LinkedIn account here. +https://www.linkedin.com/in/shreya-kulkarni-811a0618a/ ### Resume You will need to upload a .PDF of your resume to this repo, or connect with your mentor on an alternate way of submitting your resume. diff --git a/P2-Project_Outline/README.md b/P2-Project_Outline/README.md index 7b9978db6..309b67134 100644 --- a/P2-Project_Outline/README.md +++ b/P2-Project_Outline/README.md @@ -1,17 +1,83 @@ # Project Outline -For this assignment, you will submit a high-level outline of your project. This can, and likely will, change over time. In particular, your mentor will provide feedback and direction and feedback to help sharpen your ideas. So don't worry if you feel unsure about some aspects of the outline, or if you have to change some things later. +For this assignment, you will submit a high-level outline of your project. This can, and likely will, change over time. + In particular, your mentor will provide feedback and direction and feedback to help sharpen your ideas. + So don't worry if you feel unsure about some aspects of the outline, or if you have to change some things later. + + + + ## Assignment Description [Project Outline Assignment](https://education.launchcode.org/liftoff/assignments/project-outline/) +This system is named as Student Attendance System. + This system is made to keep the records about the attendance of the students and the feedback given by the + teachers on the students’ courses. + + The admin can manage all the teacher and student accounts and the registered users like teachers and students + can only manage their own accounts. + Teachers can mark the attendance of the students and can give grades on courses and can also see all + the student's attendance and grades. Teachers can also give feedback to the students on courses and attendance. + students have many modules like checking the messages uploaded by their teacher, their result, their test marks, + their attendance, their fee status etc. + + The difference between student interface here is that students can only see this data and cannot make any changes + to the data that is shown. + This attendance management system can be used by any school or non-profit organization. + + This software reduces the amount of time and manual data entry and it also gives greater efficiency. + The User Interface of it is extremely friendly and can be easily used by anyone. + + + All the details about students, teachers and their other tasks can only be seen by the verified users. ## Submission Instructions ### Overview -Include overview here +My project will be a student attendance system that will allow users (teachers and students) to track attendance by date, and course. Users (teachers) will be able to create an account, log in, create, edit teacher profile and can take attendance . Users(students) can create an account, log in and can see their attendance. Admin will be able to review everything and all profiles. +I decided to make this project because I wanted to help Launchcode and give them an easy friendly application that will help them to check and manage attendance. I’ve learnt so much from LaunchCode and wish to provide them with a web app that will help them to better plan for upcoming courses, +This application can be beneficial for any institution that have students and teachers. + ### Features -Include Features here +Login: +After registration one can log in the system as the operator of the system on the behalf of user. + The user will get only those privileges which are given to the user for which one has registered. + + +User: +The user can be anyone either a student or a teacher. + +Teachers can grade student courses. + +Teachers can choose the sections they want to teach but students sections can only be selected by teachers based on +their result. + +Taking Attendance: +This module is only present in the teachers’ interface but not in the students’ interface. Teachers can mark attendance + by selecting the section they want to take attendance for. + + Admin cannot see any details they can only help the user in registration by verifying the user. + +Other Features: + Updating attendance, updating result and checking result by the students. + ### Technologies Include Technologies here +Java, +Spring MVC, +JavaScript, +MySQL, +React, +HTML - CSS, +Thymeleaf, ### What I'll Have to Learn +I'll also be using test-driven development, + writing tests for my code before writing the code itself. + I don't have much experience doing this in Spring, +so I'll have to learn how to use its testing capabilities. Include what you will need to learn here + +JavaScript
+Spring Security
+CSS
+ diff --git a/P3-Project_Planning/README.md b/P3-Project_Planning/README.md index a86577008..30335825f 100644 --- a/P3-Project_Planning/README.md +++ b/P3-Project_Planning/README.md @@ -8,12 +8,15 @@ For this assignment, you'll create some initial plans for your project. ### Wireframes -(Include at least 3 wireframes here, adding images or files to your the repository as necessary. Format them as a bulleted/unordered list with links to the files.) +(Include at least 3 wireframes here, adding images or files to your the repository as necessary. +Format them as a bulleted/unordered list with links to the files.) +https://github.com/shreyak22/liftoff-assignments/blob/master/P3-Project_Planning/new%20doc%202019-07-18%2012.06.57-20190728170215.pdf ### Project Tracker (Include a link to your public Pivotal Tracker project. Be sure you have user stories added for at least your first 2-week sprint.) +https://trello.com/b/ckcmMm0m/lift-off ### Project Repo Link - +https://github.com/shreyak22/student-attendance (Include a link to your project on GitHub) diff --git a/P3-Project_Planning/new doc 2019-07-18 12.06.57-20190728170215.pdf b/P3-Project_Planning/new doc 2019-07-18 12.06.57-20190728170215.pdf new file mode 100644 index 000000000..9bd97b9f7 Binary files /dev/null and b/P3-Project_Planning/new doc 2019-07-18 12.06.57-20190728170215.pdf differ diff --git a/P4-Project_Setup/README.md b/P4-Project_Setup/README.md index 0b1ee1124..dcb125afe 100644 --- a/P4-Project_Setup/README.md +++ b/P4-Project_Setup/README.md @@ -7,4 +7,4 @@ This assignment will get you set up and rolling with a basic project. By the end ## Submission Instructions ### Project Repository -Change this text with a link to your project repository here. Also add a README.md file to your project repository. \ No newline at end of file +https://github.com/shreyak22/student-attendance/tree/initialsetup diff --git a/liftoff-assignments.iml b/liftoff-assignments.iml new file mode 100644 index 000000000..8021953ed --- /dev/null +++ b/liftoff-assignments.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file