<div dir="ltr"><div dir="ltr">As suggested, I have made an attempt at a basic demo app:<div><a href="https://frozen-falls-98471.herokuapp.com">https://frozen-falls-98471.herokuapp.com</a><br></div><div><br></div><div>Please review it and let me know if this seems fine. After applying any further inputs, I shall proceed with the documentation to setting it up.</div><div><br></div><div>It is not completely static. The port information is fetched from database and is not hard-coded. What I did was to clone macports-ports, and used portindex2json.tcl to populate the database. However, the format of the json outputted by portindex2json could not be directly loaded into the database. I had to manually make it in the format of fixtures accepted by Django (and that is why only few ports are available), which means that portindex2json would also require some modification.</div><div><br></div><div>The build history is hard-coded. Also I need suggestions here- what info is most important to be displayed on the port info page. For now, I could only figure out to show build history for different os. Am I doing it correctly?</div><div><br></div><div>The installation statistics, which currently run independently would also be integrated with port-info in the new app.</div><div><br></div><div>Also, I have used bootstrap for this demo app, is that fine or we need to go with something more powerful like angular or react.</div><div><br></div><div>Thank You.</div></div></div>