Skip to content

Commit cc3fa44

Browse files
authored
Merge pull request #93 from 0xflotus/patch-1
chore: fixed path to init script
2 parents 1fd3bdf + 437ba4c commit cc3fa44

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/developer/architecture-choices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When using [the FakeRest data provider](./data-providers.md#setting-up-the-faker
1414

1515
User credentials are stored in Supabase's `auth.users` table. Supabase does not allow to add columns tp this table. That's why additional user details are stored in a `sales` table created by Atomic CRM. A database trigger is used to automatically sync the `sales` record when a user is created or updated (e.g. for the `first_name` and `last_name` fields).
1616

17-
The trigger can be found in the `supabase/migrations/init_triggerssql` file.
17+
The trigger can be found in the `supabase/migrations/20240730075425_init_triggers.sql` file.
1818

1919
## Edge Functions
2020

doc/developer/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ POSTMARK_WEBHOOK_AUTHORIZED_IPS: List of IPs (comma separated) authorized to sen
7272

7373
> **Note:** The `POSTMARK_*` variables are required for Atomic CRM's inbound email features. Have a look at the the [inbound email configuration](./inbound-email-configuration.md) to learn more about their usage and setup.
7474
75-
The GitHub action will run the `prod-deploy` command on every push to the `main` branch, deplyiong the frontend to GitHub pages and updating the Supabase instance.
75+
The GitHub action will run the `prod-deploy` command on every push to the `main` branch, deploying the frontend to GitHub pages and updating the Supabase instance.

doc/user/import-contacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ John,Doe,male,Sales Executive,,2024-07-01T00:00:00+00:00,2024-07-01T11:54:49.95+
1616
Jane,Doe,female,Designer,,2024-07-01T00:00:00+00:00,2024-07-01T11:54:49.95+00:00,false,in-contract,"UI, design",https://www.linkedin.com/in/janedoe,Acme,,,[email protected],659-980-2020,740.647.3802,
1717
```
1818

19-
When importing contacts, companies and tags will be automatically matched if they exist on the system, or imported ortherwise.
19+
When importing contacts, companies and tags will be automatically matched if they exist on the system, or imported otherwise.
2020

2121
## Exporting Data
2222

doc/user/user-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Creating the First User
44

5-
The first time you open the Atomic CRM App, you will be prompted to create the first user. This first user user will automatically be granted administrator role.
5+
The first time you open the Atomic CRM App, you will be prompted to create the first user. This first user will automatically be granted administrator role.
66

77
https://github.com/user-attachments/assets/1969c422-d280-4139-bac9-e4d91d65eda3
88

@@ -12,4 +12,4 @@ Note: If the application is connected to the production database, the first user
1212

1313
Any user with the administrator role can create new users. To do this, click on the avatar in the top right corner and select 'Users'. From this page, you can add new users, edit existing users, and delete users.
1414

15-
![Adding users](../../public/img/adding-users.png "Adding users")
15+
![Adding users](../../public/img/adding-users.png "Adding users")

0 commit comments

Comments
 (0)