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

Create a GET route for for getting submission from the backend #245

Open
salaun-marion opened this issue Feb 6, 2025 · 0 comments
Open
Assignees

Comments

@salaun-marion
Copy link
Collaborator

salaun-marion commented Feb 6, 2025

We need to create a GET route which provide to us this JSON answer:

{
"id": integer,
"title": string,
"abstract": string,
"authors":[
{
"firstname": string,
"lastname": string,
"email": string,
"affiliation": string,
"country": string,
"orcid": string,
"competing_interest": string
}
]
}

Figma link : https://www.figma.com/board/KZicqW9u9Ibj83DD3abLWu/Submission-improvement?node-id=0-1&p=f&t=E0PqwF1oo4vm0yt2-0

@salaun-marion salaun-marion self-assigned this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant