1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42standardize versions and backend in component.js
use component.js
file names should be the same on all modules.
remove negative tests
use models for abstract class
automatically import models for sqlalchemy
cleanup root of src
make sure all resources plural
add created_at timestamps to all the fields
module linter => start with filenames
admin system, so regular users only see what's useful => aka creating new modules
v1/modules => crud_module/v1/modules
remove http://127.0.0.1:8000
duplicated logic to get the backend_iterations in app.py and conftest.py
lots of places where we parameterize the versions and backend iterations
ability to just copy paste modules and it will just work
from src.crud_module.v4.models import ModuleCreate, ModuleRead => to from src.crud_module.v5.models import ModuleCreate, ModuleRead
put back v1 to v2 in prompt generator
remove trailing slashes
add remove noise method
add tests to react components
remove javascript components
add ability to put prompt in bottom of page
thread
wants to build backends fast
wants to create blank backends
trying to prompt through text completer and can't do it because it removes new lines.