diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 7a561323..d7ebbf90 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -427,7 +427,21 @@ CURRENTLY DOING: Two items below for Joyce, then do a build and release
todo 1: Implemente Tech scheduleable user notes in workorder form ALERT area
right now it only shows from customers "Alert notes" field
- Got missed I guess
+ todo: modify alert notes control to accept color or alert level like message box dialogs
+ TODO: make the alert notes red with alert notes label
+ todo: make the tech notes black with technotes label above them
+
+ from v7 docs:
+ Schedulable User Notes
+ If you have standing instructions for scheduled users that perform service for this client, you may wish to enter them here rather than re-entering in every service workorder for this client.
+ The Scheduled User Notes will display along with the client name, address and contact information in the service workorder entry screen and is selectable within Detailed format report templates.
+ Note that if you are viewing the Schedulable User Notes the label Schedulable User Notes will display on the button, as well as the drop down will show a checkmark next to Schedulable User Notes.
+
+ Popup Notes
+ Popup notes automatically “popup” whenever a service workorder for this client is opened whether a new service workorder, or viewing an existing service workorder.
+ A example of use would be the accounting department wants to indicate to dispatch when taking any service requests to remind the client about outstanding payments. As the popup will popup when the dispatch creates a new service workorder, this reminds the dispatch right then to talk with the client about this.
+
+
todo 1: Add some hideable fields to wo form data tables to further identify parts and units beyond the picklist description
AND also these should be *viz fields available for reporting as well
@@ -440,7 +454,7 @@ todo 1: Add some hideable fields to wo form data tables to further identify part
Manufacturer
Description
-
+---release----
todo 2: Implement "Show All" feature for related objects
diff --git a/ayanova/src/components/alert-control.vue b/ayanova/src/components/alert-control.vue
index 9088d6ad..f33df4b0 100644
--- a/ayanova/src/components/alert-control.vue
+++ b/ayanova/src/components/alert-control.vue
@@ -1,14 +1,29 @@