Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need wireframe pdf #475

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
4 changes: 2 additions & 2 deletions C1-Online_Profiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
72 changes: 69 additions & 3 deletions P2-Project_Outline/README.md
Original file line number Diff line number Diff line change
@@ -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 <br>
Spring Security <br>
CSS <br>

7 changes: 5 additions & 2 deletions P3-Project_Planning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file not shown.
2 changes: 1 addition & 1 deletion P4-Project_Setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
https://github.com/shreyak22/student-attendance/tree/initialsetup
9 changes: 9 additions & 0 deletions liftoff-assignments.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>