uri-planetarium / interactive-planetarium-ERAU

0 stars 0 forks source link

Login feature test #19

Closed Shinkyuuu closed 2 years ago

Shinkyuuu commented 2 years ago

The login functionality is complete (for now)

The fetch requests for each component have been moved to a separate file just to maintain readability of the code. Because multiple components use the same fetch requests (e.g. both the JoinGame and WaitForGame components use the getPlayer fetch request) we might decide to combine all fetch requests into the same folder for all components to use... maybe..