gvt5036 / Avatar

https://gvt5036.github.io/Avatar/
5 stars 1 forks source link

Schema Batch Validation over Collection #30

Open ebeshero opened 2 years ago

ebeshero commented 2 years ago

If you accept my Pull Request, you'll have script files with a schema association line on each one. That makes batch validation in oXygen a lot simpler than what we were trying yesterday. Here's what you'd do to batch validate:

  1. On the oXygen top menu bar, go to Project >> New Project (It's okay if you did this before to delete the old project and start over. We have schema lines now in the files so it'll be simpler this time.)

  2. In the window, you'll see file folders:

    • Under New project, choose Default Project
    • You can name your project if you like (Avatar)
    • Make sure the file path points to your AvatarScripts folder
    • Click "Create" to create the new project.
  3. You will see a sidebar named "Project" open on the left-hand side of the screen. You should see "newProject" and under it "AvatarScripts". Right-click on the "AvatarScripts" folder and select "Validate" then "Validate" on the next window . *You don't need "Validate with schema" now because we have the schema associated with each file, so oXygen knows how to validate each one now.

ebeshero commented 2 years ago

I just assigned the team to this so you'll see it. But I am thinking @julianjmg should merge the Pull Request first as he is working on adding some markup to each file now.