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

Backend: Generate API function for return result of Student #21

Open
abhijeet007rocks8 opened this issue Aug 9, 2021 · 6 comments
Open

Comments

@abhijeet007rocks8
Copy link
Contributor

Generate function to accept id and type of user="student".
So return the marks of the student with the particular id in json format.
if id not found return message "marks details not uploaded Yet."
in case of error return respective message.

The marks of student should be in format-:

{
"id":<id of student>,
"sub1":<Subject1 marks>,
.....
......
}
@ashutoshkrris
Copy link

I'd love to work on this issue under Script Winter of Code.

@Ash515
Copy link
Owner

Ash515 commented Dec 13, 2021

Sure !

@ashutoshkrris
Copy link

Please add the required labels

@ashutoshkrris
Copy link

There are two models in app.py. But I don't see any relationship between them.

@Ash515 Ash515 added the SWOC 21 label Dec 13, 2021
@yashneet-kalra
Copy link

Hi! I would like to work on this issue under SWOC 2021! Please assign it to me. @Ash515 @abhijeet007rocks8

@yashneet-kalra
Copy link

I have created a PR #32 regarding this issue. Kindly check and merge. @Ash515 @abhijeet007rocks8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants