The goal behind the website is to make it appealing---you should see bills in the areas you are most interested in.
Hence, the home page should display you bills that you are most interested in. There are two ways we have attempted to approach this. The system is not fully functional right now, and will need debugging to figure out what has already been built and what needs to be added and enabled.
- Cookie tracker system. We have scaffolded this. The idea is that cookies are saved about your user history, and using this---without needing to sign in or create an account---you are served bills based on what you read most frequently (and how long you read the bill for).
- Using the account system. Upon creating an account, you currently have the option to select bill categories that you are interested in. This category selection should be used to determine what bills you are shown on the home page. If you select immigration, you should see immigration most often.
The goal behind the website is to make it appealing---you should see bills in the areas you are most interested in.
Hence, the home page should display you bills that you are most interested in. There are two ways we have attempted to approach this. The system is not fully functional right now, and will need debugging to figure out what has already been built and what needs to be added and enabled.