-
Notifications
You must be signed in to change notification settings - Fork 4
Implement search API with an empty response #94
Comments
@thewilkybarkid @giorgiosironi Can I start work on this? Regarding the framework, I plan on using python Flask. Any objections? |
Flask's fine by me. Ideally we want all the code to be in libraries (so the application itself is just glue/config), so if someone wants to make substantive changes they don't have to fork the whole thing. It's fine to leave it in the application for now (too difficult to development), but worth thinking about the separation. In Browser we've split them into libraries but kept them in the same repo (code in a dedicated folder, enabling through the dependency manager), so moving them into dedicated libraries in the future should be trivial. |
Can we add this to the Cambridge board for visibility? |
Yes, it should be put there. This is achieved using the URL of the issues and the |
I have created repo libero/search with basic code to get the project started. Please have a look and I can create pull requests for any changes. I have only created a |
The current
A container is supposed to have only one top level process, so it would be running I guess for local development you won't have an nginx because the Flask development server exposes directly HTTP instead. By the way, we'll cover all of this in #96 which should define a production-oriented image, publish it, and use it. |
Can't effectively provide comments situated in the code due to the first commit being already in
|
Yes, I see what you're saying. I'll be sure to just commit a README first in future. |
Going to suggest we do reset the repo, since there’s a lot here that needs reviewing. Don’t think you can revert the first commit so will have to recreate the repo, but not a problem as nothing will be lost. A first commit should be something like libero/dummy-api@164653b, then a first PR like libero/dummy-api#1 (from a fork) to add in the details. |
This is now resolved and the pull request for this task is ready for review. |
Implements #92 without returning any data.
The text was updated successfully, but these errors were encountered: