Closed amansgith closed 9 months ago
I have added everything as per the requirements Thanks for allowing me to work on this
@amansgith i'm going to make a small change and then merge your PR
the change is in the function infra_info
, i'm changing
file_path = '..\dalgo_admin\data\mock.json'
to
file_path = settings.BASE_DIR / "data" / "mock.json"
And now that file_path
is no longer a str
but instead a PosixPath
, i removed the file_path.endswith('.json')
condition in read_file
rest looks nice, thank you
Fixes #5
Added Infrastructure Overview Page
Having 4 cards showing :
Screenshots
Desktop View
Mobile View