File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- master
8
8
- develop
9
- paths-ignore :
10
- - ' **.md'
11
- - ' docs/**'
9
+ # paths-ignore:
10
+ # - '**.md'
11
+ # - 'docs/**'
12
12
push :
13
13
branches :
14
14
- master
Original file line number Diff line number Diff line change 1
1
# Control
2
+ [ ![ codecov] ( https://codecov.io/github/mintopia/control/graph/badge.svg?token=UH1Y6FBHQW )] ( https://codecov.io/github/mintopia/control )
2
3
3
4
## Introduction
4
5
@@ -158,15 +159,16 @@ service:
158
159
It's an open source project and I'm happy to accept pull requests. I am terrible at UI and UX, which is why this is
159
160
entirely using server-side rendering. If someone wants to use Vue/Laravel Livewire - please go ahead!
160
161
162
+ We have 100% test coverage, and would like to remain that way.
163
+
161
164
# # Roadmap
162
165
163
166
The following features are on the roadmap :
164
167
165
168
- Better UI/UX. I'm currently using [tabler.io](https://tabler.io) and entirely server-side rendering.
166
169
- Full-featured API. There's a basic one to support seating plan refreshes. I need to refactor it and improve it.
167
170
- UI Customisation from Admin Pages. Currently the UI colours, branding is all either in the `.env` or compiled into the CSS at build.
168
- - Unit Tests. This was very rapidly developed, I'm sorry!
169
- - PHPCS and PHPStan. Should be aiming for PSR-12 and level 8 PHPStan.
171
+ - Static Analysis - We should be aiming for level 8 in PHPStan.
170
172
171
173
# # Thanks
172
174
You can’t perform that action at this time.
0 commit comments