Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Welcome to the MakerSpace Leiden Aggregator. This software aggregates and distri
- [Installation](#installation)
- [Running Locally](#running-locally)
- [Testing](#testing)
- [For Developers](#for-developers)
- [Production Environment](#production-environment)

## Features
Expand Down Expand Up @@ -71,12 +70,6 @@ Run the test suite with:
python run-tests.py
```

## For Developers

Please refer to the feature documentation in the source directories for detailed information on specific components:
- [Chores](./src/aggregator/chores/README.md)


### Production Environment
The server runs in production using systemd.

Expand Down
5 changes: 0 additions & 5 deletions server-dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
# },
# 'signal_bot': {
# },
"chores": {
"timeframe_in_days": 90,
"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)
"message_users_seen_no_later_than_days": 14,
},
}


Expand Down
5 changes: 0 additions & 5 deletions server-prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@
"signal_bot": {
"some": "config",
},
"chores": {
"timeframe_in_days": 90,
"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)
"message_users_seen_no_later_than_days": 14,
},
}


Expand Down
58 changes: 0 additions & 58 deletions src/aggregator/chores/README.md

This file was deleted.

Empty file removed src/aggregator/chores/__init__.py
Empty file.
Loading