Giter Site home page Giter Site logo

soupdev's Introduction

soupdev

Support your favorite developers :)

soupdev's People

Contributors

mirch avatar

Watchers

 avatar

soupdev's Issues

Payments

  • Create Stripe test configuration
  • Create a new Lambda + endpoint for managing payments
  • Integrate with Stripe
  • Log all transactions in a new table

Split the CI/CD process

Currently, any change in the code results in:

  • all the linters running
  • the Rust code being compiled
  • terraform plan or terraform apply being applied on all modules

This should be optimized so only the necessary modules are checked/deployed. E.g.: cargo clippy should not be run when only JS changes have been made.

First release

This epic contains all the features that are necessary for the first release of the project. The goal of the first release is to demo a fully functioning profile page, with working donations.

Tasks

CI/CD

  • Trigger CI for all PRs (lints, TF plan, etc.)
  • Trigger CD for all commits to main (deploy frontend to S3, deploy lambda functions, tables, etc.)

Implement TF modules

  • Deploy the code as modules
  • Have a python script controlling the deployment per module

Profile feature

  • Create Users table
  • Create GetProfile lambda function + API GW route ( in TF )
  • Create "view profile" page

Create account/login

  • Create Cognito resources
  • Create new Lambda for registering
  • Create new Lambda for logging in
  • Add Github integration

Create a README file and documentation

Before going public, the project should be well documented.

Create diagrams for the current architecture and explain them in the README file.
Create separate docs for more in-depth explanations.

Store secrets in SSM

Some secrets are still in plain text, such as the Stripe key. Store these parameters in SSM, and send them to the Lambda functions as env variables. Delete the plain text keys from their respective platforms.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.