All Questions
4 questions
3
votes
0
answers
156
views
Sending push notifications to a user
I have a function whose responsibility is to send a push notification to a user. I call this function from a view in flask framework.
I have read multiple articles around refactoring and good designs ...
2
votes
0
answers
151
views
REST backend app script for doing CRUD transactions
As a side project, I am working on Tiddly which is a simple Python(Flask) based app for a generic REST backend that could be used for CRUD transactions on any kind of database (using ...
3
votes
1
answer
2k
views
15
votes
1
answer
9k
views
Flask-SQLAlchemy models and unit-testing
This is my first time building anything remotely like a robust database. I'm midway through designing it and I would be grateful if you have suggestions or have found any logical errors.
Goal: allow ...