Skip to content

Commit 99e5f56

Browse files
authored
Third patch for system deployment practice (#19)
* feat: sample patch update for CI/CD * test: framework w/ documentation example * docs: parameter sizes + performance evaluation * fix: directory location for GPT scheduled workflow * docs: project management system for inbound workflow * Further clarification for design sprint planning (#18) * feat: outline workflow for advisor tooling + benchmark library * docs: edit headings for next development iteration
1 parent 2c66c79 commit 99e5f56

File tree

3 files changed

+29
-33
lines changed

3 files changed

+29
-33
lines changed

Makefile

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@ BIN_NAME=nocodb-to-gpt-via-api
22
BIN_VERSION=0.0.3
33
BIN_DATE=$(shell date +%FT%T%z)
44

5+
# Advisor Tooling @ Alaska SBDC
6+
7+
eligibility:
8+
uv run main.py
9+
10+
publish:
11+
echo "This step will typically happen on an approx. ~3 month interval cadence."
12+
13+
subscribe:
14+
echo "End users, who are advisors, want information on a daily basis."
15+
16+
update:
17+
echo "[OPERATIONS] Batch process every week (via GitHub Actions)."
18+
19+
debug:
20+
ping aksbdc.org
21+
522
test:
623
pytest
7-

README.md

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,26 @@
66
> This project utilizes [`uv`](https://docs.astral.sh/uv/) for module management.
77
> You can find installation instructions via [relevant operating system](https://docs.astral.sh/uv/getting-started/installation/) documentation.
88
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/)
1112

1213
### Branch Management
1314

1415
- `main` → production ready environment.
1516
- `staging` → testing changes to be merged into `main`.
1617
- `dev` → testing changes to be merged into `staging`.
1718

18-
## Directory Structure
19+
## [Architecture Diagram](https://github.com/aksbdc/nocodb-to-gpt-via-api/wiki)
1920

20-
## Architecture Diagram
21-
22-
## User Stories
23-
24-
#### Scenario Planning
21+
## Scenario Planning
2522

2623
1. [Small Business Owner](https://aksbdc.org/success-stories/)
2724
1. [Expert Advisor](https://aksbdc.org/about/advisors/)
2825
1. [General Public](https://alaska.gov/)
2926

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)

library/benchmark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# benchmark.py
2+
# https://pypi.org/project/ai-benchmark/

0 commit comments

Comments
 (0)