ORCA UI is a web application that provides a user interface for interacting with ORCA Backend. It is built using React. ORCA UI allows users to view the network topology, manage devices, and do various configurations.
Functionality to bookmark queries in ORCASK-
Its a user specific feature similar to orcask history, means bookmarks should be saved and shown per user.
[ ] There should be additional button (like copy) to bookmark only for user queries.
[ ] As soon as user bookmarks the query a backend API should be called to save it in DB.
[ ] Bookmark tab should show user queries from DB.
[ ] In the bookmark tab each bookmark tab should have copy button, which is similar to copy button on user query, means copy button on the bookmarks should copy the text to clipboard should also paste the content to text input. There might be a case that user has some text already in the text input box and user click on copy button of bookmark , in this case text in the text input box should be overwritten.
Reopening as there are issues observed while copying bookmark and resending the request. Basically multiple requests are being sent to server in this case.
Functionality to bookmark queries in ORCASK- Its a user specific feature similar to orcask history, means bookmarks should be saved and shown per user.