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

Admission form design and backend connection (on ADMIN PORTAL) #11

Open
5 tasks
mistikk opened this issue Sep 13, 2018 · 0 comments
Open
5 tasks

Admission form design and backend connection (on ADMIN PORTAL) #11

mistikk opened this issue Sep 13, 2018 · 0 comments
Assignees
Milestone

Comments

@mistikk
Copy link
Member

mistikk commented Sep 13, 2018

This is admission tab on admin portal.

  • The page will be admission list. Design is ready with dummy data. We should connect with api. Api information; GET /v1/basvuru
  • User can edit and apply to admission. If user click to element of list, user will redirect to /basvuru/form/123 page for editing.
  • On editing page, user will see data of admission. You can pull this data from api with GET /v1/basvuru/123 request.
  • Field validation should be on this page.
  • If user click to save button, the form data will push to api as JSON. PUT /v1/basvuru/123
    JSON data example
{
model:''
content:{
name:'',
surname:'',
....
}
meta_data:''
status:''
parent:''
}
@mistikk mistikk added this to the Sprint 1 milestone Sep 13, 2018
ue added a commit that referenced this issue Sep 14, 2018
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

2 participants