Skip to content
Snippets Groups Projects
Commit 9720bd8e authored by Alexander Jason's avatar Alexander Jason
Browse files

feat: add readme

parent 3389d546
Branches feature/exit_button_on_save
Tags
No related merge requests found
...@@ -90,6 +90,13 @@ http://localhost:8000/ ...@@ -90,6 +90,13 @@ http://localhost:8000/
| Model User | 13521085 | | Model User | 13521085 |
| Pagination | 13521085, 13521100 | | Pagination | 13521085, 13521100 |
**Server Side 2.0:**
| Fitur | Nim |
|----------------------|----------|
| Send Subscription | 13521085 |
| Subscription Status | 13521085 |
**Client Side:** **Client Side:**
| Fitur | Nim | | Fitur | Nim |
|------------------------|----------| |------------------------|----------|
...@@ -103,3 +110,12 @@ http://localhost:8000/ ...@@ -103,3 +110,12 @@ http://localhost:8000/
| Add Book, User, Author | 10023327 | | Add Book, User, Author | 10023327 |
| Not Found Page | 13521100 | | Not Found Page | 13521100 |
| Book Details | 13521100 | | Book Details | 13521100 |
**Client Side 2.0:**
| Fitur | Nim |
|------------------------|----------|
| Premium Book Detail | 13521100 |
| Collection List | 13521100 |
| Collection Detail | 13521085 |
| My Subscription | 13521100 |
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
$raw_data = file_get_contents('http://host.docker.internal:8040/api/curator/' . $sub['curator']); $raw_data = file_get_contents('http://host.docker.internal:8040/api/curator/' . $sub['curator']);
$data = json_decode($raw_data, true); $data = json_decode($raw_data, true);
echo var_dump($data); // echo var_dump($data);
$colId = $data['collectionId']; $colId = $data['collectionId'];
echo "<tr>"; echo "<tr>";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment