Show state(geographical) based latest activities as dashboard in the homepage #13
Labels
No labels
Agent/Chrome-Android
Agent/Chrome-Desktop
Agent/Chrome-iOS
Agent/Firefox-Android
Agent/Firefox-Desktop
Agent/Firefox-iOS
Agent/Safari-Desktop
Agent/Safari-iOS
Code/Backend
Code/DevOps
Code/Frontend
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aniram/cidadon#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When hitting the homepage the visitor should see the newest projects and the latest polls from the most populous states, they can then search for their own state and see its data. The state they chose as their 'home' will be saved in the local storage so that in their next visit the homepage can be populated with that data. Maybe, in order to make it quick, the information to be displayed could be fetched and saved to the database in advance, for example the DB could have already saved the latest 5 polls and 5 projects for each state and send this information to the visitor of the homepage, the frontend would then check the local storage for the state and filter the data.
On the homepage of non-logged users show activities for each stateto Show state based latest activities as dashboard on the homepageShow state based latest activities as dashboard on the homepageto Show state(geographical) based latest activities as dashboard on the homepageShow state(geographical) based latest activities as dashboard on the homepageto Show state(geographical) based latest activities as dashboard in the homepage@aniram wrote in #13 (comment):
Instead of saving the latest 5 polls and 5 projects of each most populous state to the DB, I could use Redis or some sort of in-memory cache to make it quick.