franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Accessid confusion in user pfps #84

Closed franklindyer closed 4 months ago

franklindyer commented 4 months ago

There is no reason for the pfp column of the users database table to refer to images by their imgid rather than their accessid. This just makes everything more confusing. The whole AgoraDatabaseManager and the database schema should be refactored so that pfp refers to images by their accessid instead. Some tweaks may also need to be made to templates.