AleksandrRogov / DynamicsWebApi

DynamicsWebApi is a Microsoft Dataverse Web API helper library for JavaScript & TypeScript
MIT License
268 stars 58 forks source link

Add Power Apps terminology to README #143

Closed AleksandrRogov closed 1 year ago

AleksandrRogov commented 1 year ago

There seem to be a slight confusion with Dataverse SDK terminology between the developers. This has been caused by constantly changing Microsoft Dataverse terminology.

My suggestion here would be to follow Microsoft Documentation on that. They seem to be replacing the headings with Power Apps UI but leaving the old terminology in the text. Here is an example of a possible change:

Old New
Working with Entity Metadata Working with Table Definitions (Metadata)
Update Entity Update Table Definitions
Retrieve Attribute Retrieve Columns

and so on...

There also needs to be a link to that "Understand Terminology" article somewhere in the README.md. Unfortunately, there will be mix and match of terminologies (especially in the library) because I still think that all devs should speak Dataverse SDK lol. Furthermore, I am not going to be renaming the functions in the library to not to cause even more breaking changes... and who knows, but Microsoft may change everything again...