Skip to content

Implement Relative Filepath for ECNQueue Module #36

Closed
campb303 opened this issue Aug 26, 2020 · 1 comment
Closed

Implement Relative Filepath for ECNQueue Module #36

campb303 opened this issue Aug 26, 2020 · 1 comment
Assignees
Labels
enhancement Request for a change to existing functionality tooling Related to tools and utilities for the management of the project

Comments

@campb303
Copy link
Collaborator

The ECNQueue module currently accepts an absolute file path for the queue directory. This does not allow for webqueue2 and its backend to be deployed without modification. The ECNQueue module should be modified to use relative file paths to avoid extra configuration after deployment.

Example:
Absolute Filepath:

/Users/justincampbell/GitHub/webqueue2/q-snapshot/

Relative File Path (relative to api/ECNqueue.py):

../q-snapshot/
@campb303 campb303 added tooling Related to tools and utilities for the management of the project enhancement Request for a change to existing functionality labels Aug 26, 2020
@campb303
Copy link
Collaborator Author

campb303 commented Sep 2, 2020

Implemented in #41

@campb303 campb303 closed this as completed Sep 2, 2020
Sign in to join this conversation on GitHub.
Labels
enhancement Request for a change to existing functionality tooling Related to tools and utilities for the management of the project
Projects
None yet
Development

No branches or pull requests

2 participants