{"id":19694613,"url":"https://github.com/petykowski/appian-user-initials-avatar","last_synced_at":"2026-03-02T08:34:01.475Z","repository":{"id":176069185,"uuid":"250856121","full_name":"petykowski/Appian-User-Initials-Avatar","owner":"petykowski","description":"Appian utility application to display user avatars based on a user's first and last name.","archived":false,"fork":false,"pushed_at":"2020-03-28T18:15:03.000Z","size":9230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T12:42:40.051Z","etag":null,"topics":["appian"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petykowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-28T17:38:05.000Z","updated_at":"2020-03-29T10:11:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b65bd8c-495a-4cae-bcb4-49645139314e","html_url":"https://github.com/petykowski/Appian-User-Initials-Avatar","commit_stats":null,"previous_names":["petykowski/appian-user-initials-avatar"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/petykowski/Appian-User-Initials-Avatar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petykowski%2FAppian-User-Initials-Avatar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petykowski%2FAppian-User-Initials-Avatar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petykowski%2FAppian-User-Initials-Avatar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petykowski%2FAppian-User-Initials-Avatar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petykowski","download_url":"https://codeload.github.com/petykowski/Appian-User-Initials-Avatar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petykowski%2FAppian-User-Initials-Avatar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appian"],"created_at":"2024-11-11T19:23:44.990Z","updated_at":"2026-03-02T08:34:01.439Z","avatar_url":"https://github.com/petykowski.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appian User Initials Avatar\nAppian utility application to display user avatars based on a user's first and last name.\n\n![User Initials as Comment Header](./resources/img/user-initials-as-comment-header.png)\n\n![Appian Version](https://img.shields.io/badge/appian-19.4%2B-c41130)\n![Release](https://img.shields.io/badge/release-v1.0-c41130)\n\n## Requirements\n\nThe User Initials Avatar application depends on the following Appian Cloud approved plug-in(s):\n\n* Content Tools (v1.0.1)\n  * finddocumentsbyname()\n\n## Installation\n\nInstalling the Appian User Initials Avatar application follows the same process as installing any new Appian application into your environment. The application is ready for use upon installation, but if you would like to configure the default `initials set` and `style` properties then refer to the [Configuration](#Configuration) section.\n\n## Usage\n\n**Display Default Initials Avatar when User Profile Picture Not Found**\n\n```\nrule!UIA_userImageWithReplacementAvatar(\n  user: loggedInUser()\n)\n```\n\n**Display Double Initials Avatar with Light Style when User Profile Picture Not Found**\n\n```\nrule!UIA_userImageWithReplacementAvatar(\n  user: loggedInUser(),\n  initialSet: cons!UIA_INITIALS_SET_DOUBLE,\n  style: cons!UIA_STYLE_AVATAR_DOUBLE_LIGHT\n)\n```\n\n**Display Single Initial Avatar**\n\n```\nrule!UIA_documentAvatarSingleInitialForUserWithStyle(\n  user: loggedInUser()\n)\n```\n\n**Display Double Initials Avatar with Dark Style**\n\n```\nrule!UIA_documentAvatarDoubleInitialsForUserWithStyle(\n  user: loggedInUser(),\n  style: cons!UIA_STYLE_AVATAR_DOUBLE_DARK\n)\n```\n\n## Configuration\n\n### Set Security\n**UIA All Users**\n\n* Members of this group are allowed to view all user initials avatars.\n\n**UIA Administrators**\n\n* Members of this group will be given Administrator permissions to modify the User Initials Avatar application.\n\n------\n\n### Set Default Constant Values\n\n**UIA_INITIALS_SET_DEFAULT**\n\n* **Type:** `Number (Integer)`\n\n* **Description:** Represents the default initials set to display in the user's avatar.\n\n* **Acceptable Values:**\n  * `1`\n  * `2`\n\n**UIA_STYLE_AVATAR_SINGLE_DEFAULT**\n\n- **Type:** `Folder`\n\n- **Description:** Represents the default style for single initial avatars.\n\n- **Acceptable Values:**\n  - `Single Initial/appian`\n  - `Single Initial/dark`\n  - `Single Initial/light`\n\n**UIA_STYLE_AVATAR_DOUBLE_DEFAULT**\n\n- **Type:** `Folder`\n\n- **Description**: Represents the default style for double initial avatars.\n\n- **Acceptable Values:**\n  - `Double Initials/appian`\n  - `Double Initials/dark`\n  - `Double Initials/light`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetykowski%2Fappian-user-initials-avatar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetykowski%2Fappian-user-initials-avatar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetykowski%2Fappian-user-initials-avatar/lists"}