Tuesday, November 20, 2018

(11-20) More Web Design

This week, I decided to not use Django. I made this decision because we're nearing the end of the first half and I need to spend all my time developing the product, rather than learning a new tool.

My site at is coming around nicely. I feel I've gotten the hang of html, css, javascript, php, and using APIs to display data on my site. So far, I've been able to display data from both canvas and our game server in a website that looks nice and has animation.

My next steps would be to the following:
  • parse through the game server's XML response and display data in the form of "cards" on the screen.
  • Implement a "login" so any user can link their canvas account and their game data.
  • Begin developing a database that holds achievement data.

No comments:

Post a Comment