You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently most actions and functionality in the app is based on Properties, which contain actual individual urls that can only be added by URL OR sitemap. This is both confusing to users and makes basic functionality like scanning across subdomains or tracking the status of homepages across several URLs difficult or impossible. This update will make Pages the fundamental entity in Equalify, and make Properties tag-like containers of pages that can be added or removed at will. It will also include performance enhancements to improve app responsiveness.
Refactor scan polling system to remove Property dependencies and improve performance
Refactor/Rewrite
Switch to new polling system for ingesting scans from scan.equalify.app
Test new polling system
New "Pages" screen
New getPages API endpoint
Pages listing table with serverside pagination
New sendPagesToScan API endpoint
Enable sending pages to scan from Pages table
Pages table styling
"Single Page Detail" screen
Scan history table
New "Add Pages" screen
Add new Add Pages API endpoint
Add pages input form, accepting multiple urls or sitemaps
Connect input form to API
Fix Styling
CSV Support
"Properties" refactor
Enable adding to and removing pages/sitemaps from Properties
List pages on Property Detail screen
Remove Property dependencies from any other existing API calls
Add "failed" state to scans (May need further discussion)
The text was updated successfully, but these errors were encountered:
Currently most actions and functionality in the app is based on Properties, which contain actual individual urls that can only be added by URL OR sitemap. This is both confusing to users and makes basic functionality like scanning across subdomains or tracking the status of homepages across several URLs difficult or impossible. This update will make Pages the fundamental entity in Equalify, and make Properties tag-like containers of pages that can be added or removed at will. It will also include performance enhancements to improve app responsiveness.
The text was updated successfully, but these errors were encountered: