Skip to content

ohiienko-r/check-queue

Repository files navigation

Queue - fast & simple check-items tracker.

This app is built for internal use.

Introduction

The main purpose of Queue app is to simplify the interactions of senior engineers with PCBs & RFQs that require checks.

App provides a user with a queue of elements. Each element represents a single so called "check-item" (either PCB or RFQ):

pcb_queue

App available only with existing internal user account. If you don't have any please contact your administrator.

Check-item

Each check-item consists of:

single_full_item

A) Customer name;
B) Active link to either part or RFQ;
C) Item owner name;
D) Settings button;
E) Status indicator;
F) Creation date and time;
G) Status change button;
H) (Optional) Message with comments to the item;

Item has three statuses:

queue_items

  • complete (green) - all checks complete;
  • checking (orange) - item is currently being checked;
  • open (red) - item is ready to be checked;

Each item is created with default status of open.

Settings menu currently contains single option - Delete - which deletes item from database as well as from the queue:

single_item_with_menu

Create new check-item

To create a new check-item first of all press that + button in the right bottom corner:

create new item button

It will open a modal window with a simple form to fill:

new_item_form

  • Customer - text input for a customer name;
  • Link - text input for a link to either part or RFQ in CRM;
  • Message (optional) - text input for comments to the check-item;

On submit new check item will be added to database and it will appear to the queue.

About

Internal use app for storing items that require checks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published