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

Availability binary string representation #100

Closed
MinhxNguyen7 opened this issue May 13, 2024 · 0 comments · Fixed by #104
Closed

Availability binary string representation #100

MinhxNguyen7 opened this issue May 13, 2024 · 0 comments · Fixed by #104
Assignees
Labels
codefix Improvements to the codebase
Milestone

Comments

@MinhxNguyen7
Copy link
Member

Description

  • Change the availability representation from a jsonified bool array (e.g., "[true,false, true, ....]") to a binary string representation (e.g., "101...").
  • From my understanding, the backend doesn't need to change substantially because I think we just put whatever availability string the client sends into the server.
  • From the frontend, we need to refactor the implementation of the components in the availability page and the relevant stores to use this new representation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codefix Improvements to the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants