IanTDuncan / MealTime

Project for CSC 480
0 stars 0 forks source link

Database Table's Connections #119

Closed aaleksandraristic closed 4 months ago

aaleksandraristic commented 4 months ago

DB Tables Connections

Description:

While working on issues related to the database I have realized that I missed the actual connection and usage of PK and FK so this issue will mostly be for checking the connection between all the existing and not existing tables.

What I did so far: I have found the way how to check if my connection to Firebase RealTime Database is working and how to test it out. For the testing phase I would need to get along with other team members and check all the buttons, functions that we have so far so we can make a logic for filling up the Firebase database.

Steps to Reproduce:

  1. Check existing tables
  2. Make better connections
  3. Create new tables
  4. Test it out

Here is the yt video that I found useful for the testing part: https://www.youtube.com/watch?v=miJooBq9iwE&list=PLHQRWugvckFry9Q1OT6hLNfyUizT73PwX&index=4&ab_channel=CodingZest

Expected vs. Actual Behavior:

Expected Behavior: When completing this issue and connecting all the tables we would be able to test the database out properly.

Code snippets:

N/A

Environment Details:

Not using any software

Issue Resolution:

Investigation: The investigation focused on setting up all the connections and fix the existing code.

Outcome: The outcome addresses the initial goal of setting up a database and test it out in the Firebase Realtime Database.

Current Status: Due to big changes in a database we are closing this issue: Closing the issue!