Skip to content

payne-2k3/payne-2k3.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

2ktellyaid blog

2ktellyaid - movie/tv show database project by Adam McKeown and Philip Leonard.

In short, more or less a documentation of code, progress, et al, in regard to progress to our project. Nothing too fancy. There will be more to add to it Anyways, here's a picture from the IT Crowd to show that we can link images and such. Might be helpful for screenshots of our project. The content is immature (albeit a little endearing), but at the same time, mainly to show a test image.

code snippet gitlab

28/01/25

  • Blog is created on github.io following advice from our project supervisor, Ellen Rushe. Admittedly, there were a few things to take care of initially (mainly in learning in how to deploy the blog). It seems pretty nifty that this is doable on standard github!

03/02/25

  • User registration and login features are implemented courtesy of Adam. Beforehand, he had created a series of backend test cases, while also implementing the feature comments and a trending media page. During this time, Adam also kept an eye out on the database side of things.
code snippet gitlab

05/02/25

  • A database comprised of different tables (using models.py) is created. Within models.py, each structured class links up with a respective table within said database. These same tables were created based on the outstanding code we had. Adam was responsible for creating the database with the tables, noting that they weren't populated. It's during this time that we decide to ask our project supervisor, what the best way would be to populate each of the tables. We planned on calling these tables from the front-end, and subsequently creating a UI around it.
code snippet gitlab

07/02/25

  • Database startup commands are implemented within settings.py. It's a small change, but it's useful when testing database issues.

image

17/02/25

  • Ethics form is uploaded. Not much to mention other than API request data is tested with during this time; namely with in movie_detail.html and tv_detail.html.

18/02/25

image image image image image

  • Extensive changes to the database are put in place; namely with the creation of Movie and TVShow models in terms of data structuring/parsing.
  • It's also here that within utils.py, tests on the database directly is implemented; i.e., for adding new entries based on searches. In short, it's an easier way of adding/accessing movies within the database, rather than checking back and forth from the database if the movie exists.

image image

19/02/25

About

Blog made regarding the documentation of our third-year college project, 2ktellyaid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published