This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Manage script for entities (FE) #148
Comments
@chan18 I cannot assign to you. can you take it? |
@marcuson please add your comment. My intent is to proceed step by step on this to preserve backward compatibility during the job. |
@RaffaelloDeBacci you originally worked on this task, but we need to complete for the release soon, so we moved to @chan18. I do not see any progress on the branch. If you have done something please commit and share with chan what you have done (this may save time). |
@zeppaman just started working on this. |
@chan18 do you need any help on this task? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
User story
Let the user manage script into the editor. One tab in the schema editor allows you to edit js.
task
note
This task is an intermediate version of the final result. In the end, we will manage multiple events and multiple scripts. That's why we need more than one tab. Once this task is completed and the api part will be ready we will extend this feature.
hints
Inside entity-details.tpl.html you should find template that insert tabs and tab body. One of the tab added will contain another tab control https://vuetifyjs.com/en/components/tabs
![2020-01-03 16_36_03-Tabs component — Vuetify js](https://user-images.githubusercontent.com/5618315/71732828-801b0980-2e48-11ea-900e-02baaa8f9421.png)
You can find an example of Monaco editor usage in the 'detail-edit' component:
![image](https://user-images.githubusercontent.com/10808004/71877825-67517300-312a-11ea-9e05-d32cb8e6494c.png)
The Vue wrapper component used for Monaco editor is this one: https://github.com/egoist/vue-monaco
The text was updated successfully, but these errors were encountered: