Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Posts by filosoful
I'm using ChatGPT to answer some questions I don't find answers for online. But there are some answers that I don't know if they are actually correct. How can I get the answer checked by someone he...
In a media manager I have database tables for files, media and collections. When a user is browsing a collection I want there to be links to see the metadata for single file media like books, movi...
ChatGPT's answer solved this issue for me. Although I wish there was an automatic alternative that didn't require the user to manually mark each media as either single or multiple file. To make ...
I've turned the tables movies and scenes into media and now I don't know what to do with the movies_scenes relation. CREATE TABLE IF NOT EXISTS "movies_scenes" ( `movie_id` integer, `sce...