SchoolListit / SchoolListIt-Issues

Issue Repo for SchoolListIt
https://schoollistit.com/
0 stars 0 forks source link

Architecture Review #24

Open megphillips91 opened 4 years ago

megphillips91 commented 4 years ago

I really want to figure out the right way to pop seamlessly from back end site to front end app. So I built this thing where is isn't really decoupled. that may have been a mistake = but follow my train of thought here a minute

  1. WP site

    • meant to be a blog site for marketing
    • easily indexed
    • houses the assignments which can be searched and viewed and indexed by Google. In this context they are decoupled from a due date and more a remote learning or classroom learning resource for teachers and students.
    • Maybe these site pages appear to be a part of the app, but really just forward any of the interactive buttons into the app wherein the user must be register to participate
    • the only real reason that I created this site is to gain the convenience of WP or SEO and marketing and content creation around the business and purpose of SchooListIt. That sort of content has no place in the app. IMHO
  2. App

    • functional components with front end assignment creation, comments, etc. built in react so that all that functionality is lightning fast and populates in real time...
    • also a very deep wp site with 10K or more posts needs a way to bubble up content quickly so I am thinking down the road a bit to the future where maybe a more complex architecture that serves assignments are served as static pages somehow

Need someone smarter than me to give me advice on how to do what I am trying to do better...is this architecture a bangled mess instead of a smart idea? Not sure...we shall see.