import type { WordsMeta } from "../types.js"; const words: WordsMeta = { status: "draft", title: "Useless Dashboards", ref: "/words/useless-dashboard.html", }; const content = <>

I have had the misfortune of trying to work with the Google Workspace's Admin panel and it was not a pleasant experience.

Key points - Slow and sluggish to use, seemingly every interaction is behind extra clicks on panels that take seconds to load. - No way to get a list of overrides for permissions. You need to click through every section of every sub-category of every app to just see if a group has different configs! - No way to list the groups an external account is member of, you have to go wade through every group to check, or write code to do it.

A few notable bugs:

; export default { ...words, content };