|
6 | 6 | > This project utilizes [`uv`](https://docs.astral.sh/uv/) for module management.
|
7 | 7 | > You can find installation instructions via [relevant operating system](https://docs.astral.sh/uv/getting-started/installation/) documentation.
|
8 | 8 |
|
9 |
| -- Clone repository: `gh repo clone aksbdc/nocodb-to-gpt-via-api` |
10 |
| -- Source navigation: `cd nocodb-to-gpt-via-api` |
| 9 | +- Clone: `gh repo clone aksbdc/nocodb-to-gpt-via-api` |
| 10 | +- Source: `cd nocodb-to-gpt-via-api` |
| 11 | +- Build: [`make`](https://www.gnu.org/software/make/) |
11 | 12 |
|
12 | 13 | ### Branch Management
|
13 | 14 |
|
14 | 15 | - `main` → production ready environment.
|
15 | 16 | - `staging` → testing changes to be merged into `main`.
|
16 | 17 | - `dev` → testing changes to be merged into `staging`.
|
17 | 18 |
|
18 |
| -## Directory Structure |
| 19 | +## [Architecture Diagram](https://github.com/aksbdc/nocodb-to-gpt-via-api/wiki) |
19 | 20 |
|
20 |
| -## Architecture Diagram |
21 |
| - |
22 |
| -## User Stories |
23 |
| - |
24 |
| -#### Scenario Planning |
| 21 | +## Scenario Planning |
25 | 22 |
|
26 | 23 | 1. [Small Business Owner](https://aksbdc.org/success-stories/)
|
27 | 24 | 1. [Expert Advisor](https://aksbdc.org/about/advisors/)
|
28 | 25 | 1. [General Public](https://alaska.gov/)
|
29 | 26 |
|
30 |
| -### System Benchmarking |
31 |
| - |
32 |
| -### Experimental Design |
33 |
| - |
34 |
| -```mermaid |
35 |
| -journey |
36 |
| - title Jurisdictional Funding Sources |
37 |
| - section Funders |
38 |
| - sample: 5: Small Business |
39 |
| - section People |
40 |
| - sample: 5: Small Business |
41 |
| - sample: 4: Organizations |
42 |
| - section Loan Types |
43 |
| - sample: 5: Small Business |
44 |
| - sample: 4: Organizations |
45 |
| - section Grants |
46 |
| - sample: 5: Small Business |
47 |
| - sample: 4: Organizations |
48 |
| - sample: 3: Grantors |
49 |
| - sample: 2: Eligability |
50 |
| - sample: 1: Industry |
51 |
| -``` |
52 |
| - |
53 |
| -### Research Question |
| 27 | +### [System Benchmarking](docs/NOTES.md) |
| 28 | + |
| 29 | +### [Experimental Design](Makefile) |
| 30 | + |
| 31 | +### [Research Question](docs/NOTES.md) |
0 commit comments