Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Software for Lampsz

Latest
Compare
Choose a tag to compare
@larryworm1127 larryworm1127 released this 09 Dec 04:42
8535f24

Overview of This Release

Files submitted

Progress

Since last release, we were able to complete:

  • Started and finished frontend and backend for marketing task marketplace
  • Started and finished frontend and backend for marketing task detail page
    • actions for marketing tasks such as Apply, Delete, Close, etc.
    • applicants table and integration with Spacy for similarity scoring
  • Finished frontend and backend for business profile page
  • Integration with YouTube
    • influencer authentication using Google account
    • pull data from YouTube to populate influencer profile page

Login credentials

There is no credentials required for business user as new users are expected to register an account (email field doesn't need to be a real email for this release of the app)

On the influencer side, you can either use your own Google account, or if you don't want to give the website your Google account information or you don't have a YouTube channel, you can use the following dummy Google account:

Changes to roadmap, architecture, or use cases

  • Updated use cases:
    • Switched out TikTok in favor of YouTube due to ease of integration.
  • Updated stack decisions
    • Removed AWS Lambda
  • Updated architecture diagram and added it to this repo.