harvard-lil/capstone

Hammer out more of the frontend for static file display

kilbergr opened this issue ยท 5 comments

We prototyped a simple frontend layer, but we now want to make this a bit more robust.
Part of this may be to experiment with how difficult it would be to move between django and flask, and how much we'll be beheading our current project templates (? Michael had a strained metaphor at standup).

AC:

  • Attempt template reuse in flask
  • If it goes really poorly, note that we need another direction

Render a flask version of a single case page and find where the issues are.

Screenshot 2023-05-01 at 2 54 28 PM

Using https://kishstats.com/python/2018/03/22/flask-amazon-s3-part-4.html

Image

I think it'll be easier to do this than to tear out (although, yes, my code is v sad, this is a considerable amount of the total necessary work done in a very short time).

Screen.Recording.2023-05-04.at.5.06.07.PM.mov

My version is sloppy but this is likely easier to do than tearing things out.