How would functionality for user comments on a dashboard be built? For example, if an issue is flagged I would like to let the user comment if they have further details/explanation of the issue. I would also like to save the comments and pull them historically.
Have seen this in a QS dash before, but I can't find any documentation on how you would go about building the framework for this.
QuickSight doesn't appear to support this functionality within QuickSight. Likely what you saw was QuickSight dashboard embedded into a page that happened to have a separate, unrelated user comment box. If you do find something where someone is commenting directly on a QuickSight dashboard, I would be thrilled to see it!!
Related
We have an app in Expo that is logging in to Firebase with Google, but for some reason after going through the dialog it offers to select an app, which is shown twice, instead of selecting it automatically.
What is the proper configuration for solving this issue? I've had a look at this and that, but we cannot remove schema as it wouldn't work without it. There's a bug report on this issue, so I'm hoping someone managed to work around it here.
(I have done a search through the questions to see if I could find something on this, but have not found answers.)
I have two google groups through my G-suite and I want to automatically add people to both groups after they sign up for my club through a process on my website. I think this should be possible using:
https://developers.google.com/admin-sdk/directory/v1/guides/manage-group-members
I have gone into the API Console, created a new project, enabled the Admin SDKI API, and got an API key. However, I think I am running into the Authorization issue because we keep getting an error that the authorization token is missing.
I have tried using the OAuth 2.0 but I'm not sure if this should be "Internal" or "External". I'm not creating a whole app for someone to use - all I want to do is on the back end of the site take information that comes through when someone joins the club and automatically have them added to my google groups.
Is it possible for someone to please explain to me what I need to do?
I'm sorry this is kind of a basic question.
Thank you for your help.
Currently, the Google Vault API does not provide a way to get a report of all users in a G-Suite tenant or domain who are on hold in one or more matters. This information is currently available only via the admin interface for Google Vault under Reports/User Holds. It would be great to be able to obtain this report via an API call in JSON format rather than only via the admin UI. Am I missing something or is this functionality already available?
Respectfully, please keep in mind that suggesting that I perform API operations to search all matters and iterate through the users on hold in each matter to obtain this information is not the answer I am looking for. There should be a quicker, more efficient way to get this information since such a report is already available via the UI. I am simply asking if there is a way to get this same information programmatically via the APIs/automation. Thank you in advance.
Unfortunately, Vault API does not have a method for that. The only way to retrieve this information is to list all matters and iterate through them, as you already mentioned.
File a feature request:
It's not uncommon for a feature to be present only in the UI. If you want to see this implemented on the API, I'd suggest you to report it on Issue Tracker's Vault component.
I looked through the issues of this component, and it looks like this hasn't been requested yet. There's currently a somewhat related feature request, but not exactly what you're looking for:
Audit reporting functionality
Update:
The original poster filed a feature request in Issue Tracker. I'm add this to the answer in order to give it more visibility.
To anyone who would like to see this feature implemented in the future, I'd suggest starring the issue (star on the top-left) in order to help prioritizing it:
Vault API: Need API method to return list of all users who have active holds as available in Vault UI
I am developing app using AWS Amplify and using graphql API for serverless.
I have following tables:
Users
Pages
UserPages - linking table joining users with pages they are following.
Posts
Users can create and/or subscribe to Pages and create posts on pages.
I could use subscriptions so list of pages updated as soon as someone else creates new page and same with posts on pages.
But the problem I am having is how to create subscription so that I get notified about any new posts added to pages I am following.
How can I achieve this? Apologies if my question is not clear enough.
You need the server to resolve the pages that a user follows, then return the posts from that page. In order to achieve that, you need to keep a global list of userIds that are subscribed to any page.
When a post changes, resolve which page this post belongs to. From there, resolve the users that belong to that page, then find out which one among them is online, and emit to them. An optimisation would be, when a post changes, get all the "online" users, then find out which one(s) among them belong to the page that that post has been posted to. This all depends on how many users you expect to be onlive vs how many pages you have...
See this related anser as well
I'm using Sharepoint 2010 and I have a list where I want users to only be able to see their own list items. I have already gone into the advanced list settings and set Item-level permissions so they could only read their own items, but it doesn't work.
The users are set to contribute permissions.
Thanks for the help!
Ethan
So I figured it out. There was nothing wrong with what I had, but under the server administration panel, all users had full read audit, or something like that so they had full read of the content no matter what the rest of the permissions where.
This should be done by Item-level Permissions
See this blog post for further details, http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=58