Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

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

@mistikk

Description

@mistikk

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:''
}

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions