Commit 0cc1bb7
Project refactor (#4)
* refactor project into foundation and modules
- get app running again
* fix tests
* add more tests
* Refactor workflows and update project structure
- Remove redundant Node.js dependency installation from workflow
- Use distinct install targets in Makefile for Python and Node.js
- Update paths and references in pyproject.toml and .gitignore
- Adjust commands in Makefile to accommodate new directory structure
* fix init_data path in Makefile
* fix pyproject.toml
* fix test targets in github actions
* fix test targets in github actions again
---------
Co-authored-by: phernandez <phernandez@basicmachines.co>1 parent 8bacae6 commit 0cc1bb7
124 files changed
Lines changed: 535 additions & 272 deletions
File tree
- .github/workflows
- app
- src/foundation
- tests/foundation
- web/auth
- foundation
- core
- test
- templates/email
- build
- src
- test
- tools
- users
- test
- modules
- foundation
- api
- routes
- test
- web
- routes
- static/src
- templates
- layouts
- pages
- partials
- auth
- user
- test
- app
- auth
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 38 | | |
75 | 39 | | |
76 | 40 | | |
| |||
88 | 52 | | |
89 | 53 | | |
90 | 54 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 55 | | |
98 | 56 | | |
99 | 57 | | |
| |||
106 | 64 | | |
107 | 65 | | |
108 | 66 | | |
109 | | - | |
| 67 | + | |
110 | 68 | | |
111 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
112 | 74 | | |
113 | 75 | | |
114 | 76 | | |
| |||
126 | 88 | | |
127 | 89 | | |
128 | 90 | | |
129 | | - | |
| 91 | + | |
130 | 92 | | |
131 | 93 | | |
132 | 94 | | |
| |||
147 | 109 | | |
148 | 110 | | |
149 | 111 | | |
150 | | - | |
151 | 112 | | |
152 | 113 | | |
153 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
167 | 163 | | |
168 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | | - | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | | - | |
17 | | - | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | | - | |
20 | | - | |
| 26 | + | |
| 27 | + | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
| |||
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
43 | | - | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
51 | | - | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | | - | |
| 61 | + | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
| |||
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
94 | | - | |
| 101 | + | |
95 | 102 | | |
96 | 103 | | |
97 | | - | |
| 104 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
| 14 | + | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
Whitespace-only changes.
File renamed without changes.
0 commit comments