Browse Source

Added README content and organized a few files

main
Ken Schaefer 2 years ago
parent
commit
2bf170adab
  1. 14
      Cheatsheets/laravel.md
  2. 14
      README.md
  3. 15
      Training/patient-entry.md
  4. 63
      Training/teams.md

14
Cheatsheets/laravel.md

@ -1,14 +0,0 @@
# Create a Laravel site
```
composer create-project laravel/laravel {site-directory}
```
Note: If you are doing this on a dev server where the directory group defaults to your ID, then you may need to change the group so that Apache2 can write to the log files in the folder.
```
sudo chgrp -R www-data /var/www/site.local
sudo find /var/www/site.local -type d -exec chmod g+rx {} +
sudo find /var/www/site.local -type f -exec chmod g+r {} +
```

14
README.md

@ -1,3 +1,15 @@
# documentation
This repo contains markdown files that provide documentation. I guess in the old days I would have a blog where I write articles with this information, today I use GitHub.
This repo contains markdown files that provide documentation for my own reference. I guess in the old days I would have a blog where I write articles with this information, today I use GitHub.
## Cheatsheets
The markdowns in this folder are mostly the steps to accomplish certain tasks or technologies. They are meant to be references but I still tend to use Google to get most of this information.
## Runbooks
These are step by step documents to build out environments. These tend to look like cheatsheets too.
## Organization and Completeness
The files are a little disorganized and many are incomplete. I am slowly working on getting them to a better state.

15
Training/patient-entry.md

@ -1,15 +0,0 @@
# Patient Data Entry
## OpenEMR
- Patient Demographics
- Patient Choices
- Guradian Information
- Insurance Data [how to read the insurance card]
- ID Card scanning and upload
## Payer Portals
- Link [United Healthcare]
- Availaity [BCBS, Aetna]
- Cigna

63
Training/teams.md

@ -1,63 +0,0 @@
# Teams
## Office 365 Refresher
## Intro to Teams
### What is a Team
- Teams and Groups
- Why is a Group important: other O365 apps
### Collaboration
- Connecting
- Sharing
- Productivity
## Beginning With You
### User Profile
- Profile and Status
- Settings
- Desktop and Mobile apps
- Accounts & orgs
### Chat Basics
- Conversation bar
- Conversation Actions [Pinning, Pop out, Muting, Hiding]
- Starting a chat - how to the To: bar works
- The conversation bar
- Formatting [Text, Lists, Tables, Quotes, Code]
- Status
- Attachments
- Decorations [Emoji, GIF, Stickers]
- Stream
- Praise
- Approvals
- Apps
### Chat Conversations
- Quick response icons
- Chat actions [Saving, Outlook, Apps]
- Immersive Reader
- Adding people to the conversation
- Going Live
- Video/Audio call
- Screen sharing
## Groups
### Getting to know people
- The contact card
- Contact information
- Collaboration [Chat, Email, Call, Video]
- Organization
- Activity
- Files
### Your Teams
- Teams and Channels
## Provisioning
## Administration
Loading…
Cancel
Save