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

ADD: shared authentication session profile data & internal config from server #1

Open
hansputera opened this issue Jun 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hansputera
Copy link
Member

Latar belakang

Pada pembuatannya, data authentication user dilakukan per page, sehingga memicu fetch terus menerus ke API, untuk meminimalisir ratelimit dari API, lebih baik apabila menyimpan data auth user pada sebuah context yang dapat di share atau diconsume kembali oleh component ataupun page lain tanpa fetch berkali-kali.

Internal configuration dari server sendiri bertujuan untuk melakukan synchronization antara web dan server API. Sehingga, tidak diperlukan kembali apabila ada yang ingin dirubah di sisi server dalam bentuk teks ataupun gambar (sebagai contoh: teks&warna announcement, tanggal penutupan/pembukaan ppdb, dan lainnya)

Techstack

Untuk context dalam shared datanya sendiri, rencana akan menggunakan zustand (https://npmjs.com/package/zustand)

@hansputera hansputera added the enhancement New feature or request label Jun 24, 2023
@hansputera hansputera self-assigned this Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant