· PythonWebOrganization

Family Plan

Building a page where the family can keep plans

Just putting some thoughts down for this outside of the project board for this page. I want to help centralize our family stuff in a manner that isn't a discord chat. To do that I have a few things I need to handle:

  • Create new users on this site
  • make a page that only shows up for logged in users
  • add utilities to that page.

For the utilities I am thinking about:

  • A calendar to track upcoming appointments / events
  • A task board similar to the projects on this site where each user gets a color and tasks can be set for themselves or others.
  • A separate board for large projects
  • Recipe storage
  • Meal Planning
  • Wish List for stuff we want

Organization of the planner will have a page that shows everyone's stuff and tabs or selectors for each individual so each person can see their own stuff. I will likely use a drop down box for this.

I will need to consider week and month exports that are printer friendly so we can export the weeks data and put it on the fridge and mark stuff off.

The good news is that I can reuse a lot of code. I will have to consider an easy way to create new logins. I already have a method to limit views to specific users so I can reuse that once I add them.

The biggest trick will be getting them to use it. As always, getting everyone on the same page (puns!) is not easy.