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

ANMS_FUN_BLD_008 (Macros): Work flow #37

Closed
d-linko opened this issue Sep 18, 2023 · 1 comment
Closed

ANMS_FUN_BLD_008 (Macros): Work flow #37

d-linko opened this issue Sep 18, 2023 · 1 comment
Labels
bug Something isn't working CRIT-4 Defect means software does not work as originally intended.

Comments

@d-linko
Copy link
Contributor

d-linko commented Sep 18, 2023

The current work flow for creating commands in the Build tab and executing them in the Agents tab works successfully.

When series of commands are to be executed, the flow is:

  1. Create the command in the Build tab
  2. Wait for the command to appear in the transcoder log
  3. Select the command in the transcoder log to display the Agents tab
  4. Enter the agent ID(s) on the Agents tab
  5. Select Manage Agents option
  6. Select the Send Raw Command option, which has the new command populated
  7. Select Manage Agents option again
  8. Select Print Agents Report option
  9. Repeat from 1 for the next command

This requires frequent switching between the Build and Agents tab.

Alternately, all the commands could be created at once in the Build tab. In this case, once the commands are created, the flow would start at step 3 above and be repeated from there for each command. But the same amount of switching is still needed.

The Cbor string could be copied from the Transcoder log for each command to be executed and stored somewhere. The flow in this case would be to display the Agents tab, enter the Agent(s), and proceed from step 5 above, pasting the command to be executed in the Raw Command field (step 6). Executing additional commands would proceed from step 6. This option requires less switching between the Build and Agent tabs, but it sometimes requires some effort to copy the command in the transcoder log without bringing up the Agents tab, which is the expected behavior, but is not always wanted. The user is also responsible for pasting the correct string in the correct sequence.

Developing a macro could be developed to contain all the steps wanted, but a macro may not always be wanted and it brings its own set of additional steps to be executed.

Could multiple commands be selected from the transcoder log? Perhaps with a column to enter an execution sequence number for each command? Or display the transcoder log IDs on the Agents tab and let the user select the command to execute. The user would be expected to know what commands the IDs represent. The user would like to reduce the number of switches between tabs and the re-entering of the agent IDs.

@d-linko d-linko added the CRIT-4 Defect means software does not work as originally intended. label Sep 18, 2023
@d-linko d-linko added this to ANMS Sep 18, 2023
@BrianSipos BrianSipos added the bug Something isn't working label Oct 17, 2023
@d-linko
Copy link
Contributor Author

d-linko commented Aug 15, 2024

old agent tab updated in which includes build function in agent tab #78

@d-linko d-linko closed this as completed Aug 15, 2024
@github-project-automation github-project-automation bot moved this to Done in ANMS Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CRIT-4 Defect means software does not work as originally intended.
Projects
Status: Done
Development

No branches or pull requests

2 participants