Bottom line: project is currently a mess. it's impossible to collaborate, and it's leading to bugs, lack of transparency, and wasted time. No longer worth it to put these things off to experiment with more features.
This PR will be used to track the entire overhaul, and will link to PR's that are used to complete each of the following steps
That said, this PR will be comprised of smaller steps on the way to bigger ones. Eventually, it will accomplish the following things:
Bottom line: project is currently a mess. it's impossible to collaborate, and it's leading to bugs, lack of transparency, and wasted time. No longer worth it to put these things off to experiment with more features.
This PR will be used to track the entire overhaul, and will link to PR's that are used to complete each of the following steps
That said, this PR will be comprised of smaller steps on the way to bigger ones. Eventually, it will accomplish the following things:
remove the use of twitter tags (PR)we will experiment with tags/keywords/etc. when it comes time... the twitter provided tags are basically worthless/in the wayupdate code to remove warnings from eslint (important step of automatic deploy pipeline) and (PR)https://github.com/rooteco/tweetscape-streams/issues/43https://github.com/rooteco/tweetscape-streams/issues/45update the postgres schema to only include data and fields that are required for handling user login and token operations https://github.com/rooteco/tweetscape-streams/pull/53continuous deployment to staging and prod when PR's are merged into dev and master branchessuccessful deployment with schema updates to main here: https://github.com/rooteco/tweetscape-streams/pull/55create a better app wide strategy for handling loggedIn vs. loggedOut experience https://github.com/rooteco/tweetscape-streams/issues/48