stuartridout / teamlink

TeamLink is a free Microsoft Teams Power App using Dataverse for Teams. It is a space where your team can share there whereabouts for the week ahead directly in Microsoft Teams. Users can select who they want to 'follow' and see the upcoming presences of or can view by site to see who is planning to be on site on that day. TeamLink allows you then to message to see if the person wants to meet up for a coffee ... all from the click of a button!
MIT License
50 stars 2 forks source link

Description for tables #3

Closed GarryPope closed 2 years ago

GarryPope commented 2 years ago

Hello Stuart,

I hope you are well. Great work on the TeamLink app. You've done a really nice job. I don't have an issue, more a request please.

Is there any chance you can add a description of what the tables do please? I see for a later release you've included two tables "Audit" and "Version". It would be really helpful if the description would say what all the tables do. It took me a little while previously to piece the tables together and work out what they do.

image

Just a suggestion... Again, nice work, mate!

Garry

stuartridout commented 2 years ago

Hi Garry,

Will make sure we do this in the next release. To answer your question

The audit table records all actions that happen on the app so you can analyse usage of the app. Most actions are recorded but common actions are

The version table is not currently used in Team but it is something that I will often use with apps. When you update an app sometimes it takes a couple of refreshes by the user before the current version is loaded. I tend to use the version table to hold the latest version number and when the app launches it compares its version against the database version. If they're out of sync it shows a message prompting an update.