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

614 total results found

Postman

BootStrap

TypeScript

Azure

Atlantis Metadata

Active Directory Sync Tool

AKA ActiveDirectoryConfig in Utopia Source Code

Legacy - EFC Desktop

Legacy - Zonal OCR

Legacy - Pangea

Atlantis File Processing

Style Guide

GitHub CoPilot

Reliability and Stability

React

Legacy - JMeter: Integration and Load Testing

Training (Product Team)

SIGNiX

Audit Logs

Migrations

Governance

Mac Desktop Client

Development

Building Information

General Info

PreviewerX (Apryse)

Development

All about PreviewerX

Topic
PreviewerX

Component Library

Atlantis

Technologies

Development

Postman API Tests

QA

Agile/Scrum

Automages

Elastic Search

Atlantis Search

Elastic Search is the data store we use to efficiently index and search node related data.

Starting a new chapter

Sandbox

It's time to start a new chapter in life

Unit Testing

Development

Azure

Development

Postman

Development

Azure Dev Ops

Development

BookStack

Product Team

Application Insights

Azure

Incidents

Atlantis File Processing

C#

Style Guide

Solutions to Common Problems

React

Zoom Rooms

Hardware

Partner Migrations

Migrations

Enterprise Architecture Diagram

Development Utopia Architecture

PostgreSQL Information

Development PostgreSQL

**Note: If you don't have the Utopia solution cloned to your local machine, follow these instructions Installation and Setup In order to get a postgres db up and running on your local machine, you first need to install PostgreSQL. You can get the installe...

Coding Standards

Development Standards

Coding Rules Thou shalt not commit to the master branch, pull requests only. Thou shalt not use magic values. Thou shalt not use static classes save for utilities. Thou shalt not write recursive methods without an exit case. Thou shalt spell things corr...

Pull Request Checklist

Development Standards

General Items Code compiles Code has been developer-tested Code is tidy (indentation, line length, no commented-out code, no spelling mistakes, etc) Code adheres to the Coding Styles and Standards Guidelines (Found in the documentation folder) Exception...

Stand up

Development Agile

3 Standup Questions (per story) How far along are you? Will you complete in time? Who can help ? (How can we adjust the collaboration)

Distribute Foreign Keys

Development PostgreSQL

When it's time to distribute the foreign keys in postgres:select 'alter table '||quote_ident(ns.nspname)||'.'||quote_ident(tb.relname)||' drop constraint '||quote_ident(conname)||';'||chr(10)||'alter table '||quote_ident(ns.nspname)||'.'||quote_ident(tb.relnam...

Control Center Design

Development RPC

URL to Powerpoint: https://1drv.ms/p/s!AgkwKyXrWS3Xhg0oRDG4giTo7jw3?e=8oA7mO 

Agile Trainings

Development Agile

Agile-GettingStarted.pptxAgile Training to go over the basics of Agility, covering: Agile Manifesto Values and Principles User Story Writing Requirements Hierarchy: Epics, Features, User Stories Estimation techniques High-level overview of Scrum and Kan...

User Story Template

Development Agile

User Story Write user story text description. Note User stories should be written according to the following pattern:As a <type of user>, I want <some goal> so that <some reason>.Important: a user story should consider needs of particular type (most often r...

SonarCloud and SonarLint Setup Steps

Development Setup and Configurations

Link your ADO account to SonarCloud  Go to the SonarCloud link and click "Log In" then "With Azure Devops" button Let one of the senior devs know so they can add you to the SonarCloud project Login again and make sure you can access the Utopia project in ...

Steps to setup pg_partman

Development Setup and Configurations

Steps to setup partman ** Make sure you don't have the postgres service running on windows ** Use WSL Ubuntu : It may need some additional setup (enable virtualization, etc) Install postgresql on ubuntu: Follow these steps  make sure you update i...

How to Run WOPI Validator Tests on O365

Development Setup and Configurations

The WOPI Validator Tool allows us to make sure our endpoints conform to the WOPI protocol so we can offer an Office 365 integration. This tool is run through Windows PowerShell, but in order to make it work, we need 4 things first: The WOPI source cod...

AWS DMS Setup

Development Setup and Configurations

How to setup AWS DMS: This is assuming the PostgreSQL DB is already created SETUP SCHEMA: A. Get the sqlserver2pgsql.pl script from https://github.com/dalibo/sqlserver2pgsql/blob/master/INSTALL.md  We will not be using Kettle B. Install perl http:/...

Getting Started

Development Integromat

Setup Head to integromat.com  Login Username: development@efilecabinet.com Password: Ask Trevor

eFileCabinet App

Development Integromat

Click here  to see our app. An integromat app is composed of several components. The important ones are: Base This is the parent structure that all modules and remote procedures inherits from, if you notice that every module is using a header or requi...

Remote Procedure Calls (RPCs)

Development Integromat

What are they? Think of RPCs as sub modules that are called to help the main modules get the inputs they need They CAN NOT be called inside the module itself, instead, they are called inside of the "Mappable Parameters" tab How do I use them? List Fi...

Modules

Development Integromat

As of 10/06/2020, we have 4 modules built: Download a file From eFileCabinet to another source Uses connection "eFileCabinet oauth2" Required Inputs Using Mappable Parameters File A way for the user to dig into the file structure to find ...

On Premise Design Plan - 2019

Development RPC

Server Application Update and Versioning - DSR· There should be notifications when the update is available· Onlineo BatchWorker checks for the new version in the shared location and in the networko BatchWorker downloads a package and stores it in the folder fo...

Utopia Articles of Permissions (2020)

Development Utopia

Utopia Articles of Permissions This file is to explain the over-arching permissions strategy Node Permissions Every node inherits it's permission set from it's parent by default. a. A node's permission set consists of accumulating all permissions o...

Utopia Architecture Notes (2020) Has Changed

Development Utopia

Download link: Utopia Architecture Notes.docx DataAccess Notes Contains DB entities Method Classes Used for uniform retrieval of data from the database that doesn't require knowledge of business rules Used by BusinessLogic to compous various, reusab...