Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.44 KB

File metadata and controls

35 lines (30 loc) · 1.44 KB

CloudClipboard - Checklist

Critical for Launch

  • Test core functionality end-to-end (create account, upload text, paste on different device)
  • Test core functionality with images
  • Verify PWA installation works on mobile
  • Test Chrome extension installation locally

Store Submissions

  • Create icons/logos in required sizes for Chrome Web Store
  • Write store description for Chrome extension
  • Take screenshots for Chrome Web Store listing
  • Submit to Chrome Web Store
  • Create privacy policy (required for extension store)
  • Set up any required developer accounts/fees

Optional (Can Do Later Based on Actual Use)

  • Add forgot password button
  • Add notifications on PWA
  • Improve image priority in clipboard copy
  • Add dedicated copy button

History

- [x] Start to convert to Chrome extension research required. 
- [x] Adding manifest.json
- [x] Adding CSS and JS files to local
- [x] Add button functionality through JS and not in HTML
- [x] Popup does not seem to be popping up - Fix event listeners instead of attrib update and add function () 
- [x] Uninstall Ionic  
- [x] Add Basic PWA functionality
- [ ] Make UI better  
- [x] Host frontend somewhere so people can download the PWA. 
- [x] use domain and point it to frontend and backend this will allow us to use cookies on the PWA 
- [x] Get basic functionality working on Phones and Computers