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

CRUD for operation terms #5

Open
jgaehring opened this issue Aug 4, 2024 · 0 comments
Open

CRUD for operation terms #5

jgaehring opened this issue Aug 4, 2024 · 0 comments
Labels
feature Addition of new functionality

Comments

@jgaehring
Copy link
Contributor

Taxonomy terms for operations (ie, not the specific tasks, but the SOP used in each task) can still only be created and modified by importing board data. Provide a UI for adding, editing and deleting locations.

As with crops (#4), these have an associated color attribute, which is currently displayed in the FlowBoardOperations component:

<span v-for="(op, i) in operations" :key="i">
<svg viewBox="0 0 24 24" width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" :fill="op.color"/>
</svg>
&nbsp;{{op.name}}
</span>

The colors here are selected to correspond with the magnets currently being used in the physical whiteboard, so it's best to stick to this palette, but it will be nice to give users control over these in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Addition of new functionality
Projects
Status: Backlog
Development

No branches or pull requests

1 participant