Skip to content

getRootFolderPath() Should be Synchronous #65

Description

@chrstinalin

Currently, getRootFolderPath() is an asynchronous function as it prompts the user to input a root folder if non exists. However, the async modifier is bubbling up in a way that's causing/can cause implementation headaches.

Instead, there should be a synchronous getRootFolderPath() and separate asynchronous action for the check to be called 1) on launch, and 2) on change of the root folder setting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    nice-to-haveFunctionality or features that would be nice to have in Assay.

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions