| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
In this project, we manage data related to sites and groups. Sites represent individual installations, each with its own unique characteristics and attributes. On the other hand, groups serve as organizational units, grouping together sites based on common characteristics or functionalities.
By effectively managing both sites and groups within our system, we can efficiently organize and analyze data, enabling better decision-making and optimization of operations.
Candidates are encouraged to feel free to use libraries of their choice and are welcome to include any additional enhancements they deem necessary or beneficial, such as unit tests, documentation, or performance optimizations. All additions that improve the overall quality and maintainability of the codebase are highly appreciated.
At least two models are required:
A site can belong to multiple groups.
A group can contain multiple sites.
A group can contain multiple groups.
We require the follwing routes:
Candidates are encouraged to implement filtering and sorting options in these routes to enhance the usability and flexibility of the API.
Currently, we only have french sites, but we want to add italian sites. These italian sites do not use the field useful_energy_at_1_megawatt. Instead, they have a field efficiency (float) specific to Italy.
Integrate these new Italian sites. (Many new countries with specific fields might be added in the future).
Create the .env file in the root folder then run:
docker compose up
The project should be available at http://localhost:8000/docs.
You can find some other useful commands in the Makefile.
| Back | FazBrowse Home | New Git URL |