Skip to content

Commit df3c1eb

Browse files
committed
feat: drop chores functionality
This functionality is being migrated across to the CRM app MakerSpaceLeiden/makerspaceleiden-crm#187
1 parent 4bcdab7 commit df3c1eb

18 files changed

+3
-841
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Welcome to the MakerSpace Leiden Aggregator. This software aggregates and distri
99
- [Installation](#installation)
1010
- [Running Locally](#running-locally)
1111
- [Testing](#testing)
12-
- [For Developers](#for-developers)
1312
- [Production Environment](#production-environment)
1413

1514
## Features
@@ -71,12 +70,6 @@ Run the test suite with:
7170
python run-tests.py
7271
```
7372

74-
## For Developers
75-
76-
Please refer to the feature documentation in the source directories for detailed information on specific components:
77-
- [Chores](./src/aggregator/chores/README.md)
78-
79-
8073
### Production Environment
8174
The server runs in production using systemd.
8275

server-dev.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
# },
4949
# 'signal_bot': {
5050
# },
51-
"chores": {
52-
"timeframe_in_days": 90,
53-
"warnings_check_window_in_hours": 2, # Window to check for warnings to be sent (i.e. if server is down for longer, warnings might be lost)
54-
"message_users_seen_no_later_than_days": 14,
55-
},
5651
}
5752

5853

server-prod.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
"signal_bot": {
6969
"some": "config",
7070
},
71-
"chores": {
72-
"timeframe_in_days": 90,
73-
"warnings_check_window_in_hours": 2, # Window to check for warnings to be sent (i.e. if server is down for longer, warnings might be lost)
74-
"message_users_seen_no_later_than_days": 14,
75-
},
7671
}
7772

7873

src/aggregator/chores/README.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/aggregator/chores/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)