You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
"[true,false, true, ....]"
) to a binary string representation (e.g.,"101..."
).The text was updated successfully, but these errors were encountered: