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 the main container on the homepage has a statically assigned project that currently shows the Madness Update from the TankiX organization. It would be more interesting to have the new project shown at each refresh.
How it will work:
When the HomepageControler initializes, it pulls the ProjectInfo's where there is an allow featured flag (new column in db) and caches them
Every 4 hours the cache is refreshed (in case new projects were added or allowed to be featured)
The "Recent Project" page caches results and also refreshes every 4 hours
When rendering the page, a random project is selected from the cache to be shown in the main container
Currently the main container on the homepage has a statically assigned project that currently shows the Madness Update from the TankiX organization. It would be more interesting to have the new project shown at each refresh.
How it will work:
allow featuredflag (new column in db) and caches them