Skip to content

Conversation

@jhunzik
Copy link
Collaborator

@jhunzik jhunzik commented Sep 12, 2025

About

This change reorganizes the projects to make creating modular routes easier. It renames the webhook python app to webapp and adds a new routes directory for building out more routes.

├── webapp
│   ├── addons
│   ├── core
│   ├── routes
│   ├── test
│   ├── __init__.py
│   ├── app.py
│   ├── config.py
│   ├── Dockerfile
│   ├── logconf.py
│   ├── Makefile
│   ├── README.md
│   ├── requirements-dev.txt
│   └── requirements.txt

@jhunzik jhunzik force-pushed the modular-routing branch 3 times, most recently from 7b68c2c to 67963ee Compare September 12, 2025 23:16
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ Does it make sense to rename the artifact (and the git tag) Since this app won't be just a webhook in the future?
webhook_v0.15.0 --> keip_v0.1.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We talked about this offline and decided on renaming the artifact and associated directory to webapp. The version will be bumped to 0.16.0 instead of resetting to maintain continuity.

@a-asaad
Copy link
Collaborator

a-asaad commented Sep 15, 2025

Can we update the description to replace keip with webapp?

@jhunzik jhunzik merged commit d19a6c2 into codice:main Sep 16, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants