ucsb-cs56-f18 / ucsb-cs56-where-is-every1

A web app that lets you know where everyone is and tells you where to go to avoid them!
0 stars 1 forks source link

Learn and implement all user interfaces using Thymeleaf Templating #8

Closed agprice closed 5 years ago

agprice commented 5 years ago

Freemarker is harder to do incremental design with, and doesn't work as well for our project, so instead all dynamic webpages will be implemented using the Thymeleaf templating engine. Thymeleaf allows HTML that can be correctly displayed in browsers and also work as static prototypes, allowing for stronger collaboration in development teams. The goal of this issue is to learn and move the project from Freemarker to Thymeleaf.

lleeoochen commented 5 years ago

Mentor Approved: 100 points.

100 points are for learning a different framework, and the points for UI implementations (basics) on this framework will go to issue #5. Let me know if you think this issue needs more points. Thanks.