Skip to content

faster fetching when user opens app #28

Description

@vuvincent

rn we first check if the user is authorized (done client-side, hence the "Loading...") and then once that's done we fetch the tasks (also client-side because we need to know which user it is)

ideally should be faster; if we could delegate to the server-side could be good -- httpOnly cookies are accessible server-side

could also leverage local cache

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementAny improvements upon released features or versions

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions