diff --git a/README.md b/README.md index a40af15..d922e2d 100755 --- a/README.md +++ b/README.md @@ -11,5 +11,24 @@ Automatically checks for updates on websites!

- only checks for data changes - hides CSS or JS changes - has the foundation to add features such a SMS or varying notification times -**Known Bug** +### Screenshots + +##### Login Page + +![main](https://user-images.githubusercontent.com/4590693/29491171-261b0540-8510-11e7-954b-6d8d687e2e9e.png) + +##### Home Page +![home](https://user-images.githubusercontent.com/4590693/29491172-261b6aee-8510-11e7-9aed-34bbb1360535.png) + +##### Add Website Dialog +![add_website](https://user-images.githubusercontent.com/4590693/29491170-261952d6-8510-11e7-815d-b37d5969d5e3.png) + +##### Edit Website Dialog +![edit_website](https://user-images.githubusercontent.com/4590693/29491173-261bb292-8510-11e7-90b9-416262f7d82f.png) + +##### Status Page +![status](https://user-images.githubusercontent.com/4590693/29491174-261d98aa-8510-11e7-9ca8-997be5942d4e.png) + + +**Known Bug**
When the website is pinging the websites, any edits made on the website won't persist. This is because when pinging, I get all the data from the database, process it, update it, and push the changes back all at once. **This is easy to fix by just updating user by user but that would completely use up my free quota.** Since this is just a side project, I don't necessarily want to pay for this, so for the time being, this issue will not be fixed. So a ping for all the websites occurs every 10 minutes and during that pinging time, no changes will be saved.