You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve JSON verification so that you will not have duplicate entries, or separate entries across pages that are duplicates
We shouldn't have separate entries on the Admin page and the End-User page that both link to portal.office.com or similar, because this might make them collide later or show duplicate entries
As we work on #91 I think this will become a more apparently issue.
Looking into some of this via JSON Schema which I believe may also enable Intellisense in VSCode?
At the very least, it would enable VS Code yelling at you in the Problems tab that "You cannot put a SecondaryURL field on a PortalGroup" or "You cannot specify two Note properties" et cetera. But the Schema may not work for some things like "No Duplicates"
No other checks I can think of - the Standarize capitalization/punctuation might be hard as I've been using whatever the portal says it is, which there doesn't seem to be a standard there?
Improve JSON verification so that you will not have duplicate entries, or separate entries across pages that are duplicates
We shouldn't have separate entries on the Admin page and the End-User page that both link to
portal.office.com
or similar, because this might make them collide later or show duplicate entriesAs we work on #91 I think this will become a more apparently issue.
Checks I can think of
https://
url (possiblyhttp
ok?)https://
url (possiblyhttp
ok?)The text was updated successfully, but these errors were encountered: