Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

615 total results found

Microsoft OAuth

Emails (SMTP and IMAP / Email Import)

Refresh Tokens When using Microsoft OAuth with SMTP or IMAP connections, refresh tokens expire after 90 days. Every time you use the refresh token though, you are issued a new one that won't expire for another 90 days, so... as long as we are always saving th...

Desktop App Checkout

Revver Desktop App

Configuration Utopia:Settings:CheckoutWithDesktopEnabledAccounts: json array that contains specific accounts that have this feature enabled. This is a configuration setting in the Azure App Config. UtopiaCheckoutWithDesktopEnabled: Enables the Checkout With ...

In Progress

Atlantis Search

Deployment? spin up azure resources for search setup identities and permissions to key vault set up app settings on function apps configure all the key vault and config settings (You are currently configuring key vault and azure config values) es api ke...

Want to Discuss

Unit Testing

Want to Document

Unit Testing

Getting started guide Style / organization guide Any other principles or patterns we are using when unit testing

Provisioning Stakeholders

ADO (Azure Dev Ops)

We provision stakeholders for users that just need to be able to view and track work items in ADO. We have unlimited stakeholder licenses and they are free. Steps Go to https://dev.azure.com/eFileCabinet Click on Organnization Settings in the bottom left ...

Finance Bucket Property

ADO (Azure Dev Ops)

Dashboard can be found here We have a field on our bugs and stories called Finance Bucket. We use it to quickly find how many work items were completed each month in particular categories that we use in some of the reports we send to finance at the end of eac...

Style Guide

Postman

Workspace Organization As a general rule of thumb, we have a workspace in postman for every git repository. Organizing workspaces in this way... keeps the number of collections and environments in check, and thus easier for us to find what we are looking ...

Running Tests in ADO Release Pipeline

Postman

Don't put credentials or keys for any Revver user in postman environment variables that have access to real customer data, or any other sensitive data in case these API keys were ever compromised. You can run a Postman collection with a specific environment i...

Great Articles to Learn From

BootStrap

BootStrap Spacing

Concurrent Licenses

Development Utopia

This feature is primarily used by Caselle The concurrent license count is actually based off the value added to the Full User License feature. For example, an account with 4 concurrent licenses will have the Concurrent License feature applied to the acco...

TypeScript Playground

TypeScript

TypeScript Playground  is an online editor that allows you to write TypeScript or JavaScript code online in a safe and sharable way. You can write and run your TypeScript code online and see the result in a live view or in the editor console.

ADO Work Item Standardization

Development Agile

User Stories Bugs The primary difference between a bug and a user story is that the bug should include the Repro Steps

Environment Variables

Postman

after initial review the only consistent variables across the existing environments seem to be:  baseUrl username password token appKey depending on how auth happens it might be smart to also have as variables as well so that you can handle auth: ...

Official Docs

TypeScript

The official TypeScript Documentation can be found at https://www.typescriptlang.org/docs/ Some particularly useful links from the docs include... Cheat Sheets: Syntax reference pages for different parts of everyday TypeScript code (like Classes, Interface...

Clean Code

Style Guide

Clean Code Book PDF can be found here

Files Were Not Being Sent to File Processing

Atlantis File Processing Incidents

We had an incident where files were not sent to file processing for about 1 hour. We wrote a PostgreSQL query to get all the required details (that are required for sending to file processing) as a JSON array for the files uploaded in that time period, saved t...

Changing the Replica Count

Atlantis Search Elastic Search

ElasticSearch Docs for this API can be found here PUT {index-name-here}/_settings { "index" : { "number_of_replicas" : 1 } }

Modals

Atlantis React Code Style and Architecture

There is currently a hook called useModal that we use to open modals in many places. This hook has been deprecated. There is also a function named openModal in LayerConext that has been deprecated. Please don't continue to use either of these approaches. Inste...

Setup

GitHub CoPilot

Setting Up w/ Visual Studio Install and manage GitHub Copilot in Visual Studio - Visual Studio (Windows) | Microsoft Learn Setting Up w/ Visual Studio Code Set up GitHub Copilot (visualstudio.com) You will also probably want to install the GitHub Copilot C...