Skip to content

Legal Issues

Ashley Myrick edited this page Nov 3, 2024 · 3 revisions

Identify any legal issues raised by your software. For example:

Is your software violating any licensing agreements? List all third-party software you plan to use and ensure that you have the right to use as you plan.

  • React
    • MIT license and copyright notice
  • Node.js
    • MIT license
  • Youtube
    • Youtube API terms of service and policies must be adhered to when embedding youtube workout videos.

Are there any intellectual property constraints placed by your client? or by the owner of some dataset you need to use? List them.

  • Content Ownership/Copyright by Creators: Since our website will feature workout videos provided by other creators/Youtubers, we have to make sure that we give credit where credit is due. We need to ensure that we have the appropriate rights/licenses to use their content. This could involve agreements with creators outlining permissions for video uploads and usage.
  • YouTube Terms of Service: Since we will be using YouTube videos, we must follow YouTube’s API and terms of service, which govern how their videos can be used on third-party platforms. Violations could result in penalties/fines or restrictions.
  • User Data and Calorie Tracking Data: Since we will be doing calorie tracking and saving login information, we must comply with data privacy laws (GDPR, CCPA) when collecting, storing, and processing user data. We need to get explicit user consent for data collection, outline how the data will be used (maybe a terms and condition) and implement security measures to protect sensitive information.

Can your users use your app to break the law? post copyright works on your webapp? steal information? Etc.

  • Users cannot share or upload copyrighted videos without proper permission (agreed in terms and services) and can’t leak users personal information, fraud, or impersonating others. Personal information collected will be in compliance with data protection regulations ( privacy policy elaborated on how personal data is handled).
  • There is a possibility that trainers could upload workout videos or materials that they don’t own or have permission to distribute, potentially breaking copyright laws. We would need to have a system to monitor uploads and clear policies in place for reporting and removing infringing content.
  • A user could attempt to access or steal login information or health data (calorie tracker). This could violate health data protection and security laws. We would need strong authentication and data protection measures to prevent unauthorized access and ensure the safety of user data.

Clone this wiki locally