forked from NJIT-WIS/mywebclass-simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy Scrum
Mike Massotto edited this page Mar 27, 2023
·
1 revision
- Privacy Policy Compliance
- Deployment Process Optimization
- Create GDPR-compliant Privacy Policy
- Set up Local Deployment Environment
- Set up Production Deployment Environment
- Set up Testing Process
- Research GDPR regulations
- Develop Privacy Policy content
- Implement Privacy Policy on website
- Select and set up local server environment
- Install necessary software dependencies
- Configure local database
- Select and set up production server environment
- Install necessary software dependencies
- Configure production database
- Determine types of testing needed
- Select and set up testing tools
- Develop test cases and scripts
- As a website owner, I want a GDPR-compliant Privacy Policy so that I can use Google Analytics and comply with GDPR regulations.
- As a developer, I want to set up a local deployment environment so that I can test and develop the website locally before deploying to production.
- As a website owner, I want to set up a production deployment environment so that I can deploy my website to a live server for public access.
- As a developer, I want to set up a testing process so that I can ensure that the website functions as expected and does not have any bugs or issues.
- Research GDPR regulations and requirements for Privacy Policies
- Develop a template for Privacy Policy content
- Customize Privacy Policy template to match website requirements
- Implement Privacy Policy on website
- Select and set up a local server environment (e.g., XAMPP or WAMP)
- Install necessary software dependencies for local deployment (e.g., PHP, MySQL)
- Configure local database for website development and testing
- Select and set up a production server environment (e.g., AWS, DigitalOcean)
- Install necessary software dependencies for production deployment (e.g., Apache, Nginx, PHP)
- Configure production database for live website access
- Determine types of testing needed (e.g., unit testing, integration testing, acceptance testing)
- Select and set up testing tools (e.g., PHPUnit, Selenium)
- Develop test cases and scripts for website testing
- Run tests and troubleshoot any issues found.