4cecoder / pay2post

fullstack app with paywall that you have to pay to make a single post so it better be important!
MIT License
1 stars 0 forks source link

turn this into a microsaas prod ready ui frontend SPA (all it does is a user makes a post and an admin can manage everything #5

Open 4cecoder opened 3 months ago

4cecoder commented 3 months ago

@coderabbitai summary

coderabbitai[bot] commented 3 months ago

[!TIP] For best results, initiate chat on the files or code changes.

Unable to process this comment: maximum number of iterations reached.

Analysis chain --- --- --- ---
Scripts executed The following scripts were executed for the analysis: Script: ```shell #!/bin/bash # Get a summary of the changes made in the PR gh pr diff --summary ``` Length of output: 377 --- Script: ```shell #!/bin/bash # Get the names of the changed files in the PR gh pr diff --name-only ``` Length of output: 73 --- Script: ```shell #!/bin/bash # Find the PR associated with the given issue URL gh pr list --search "linked:issue/5" ``` Length of output: 36 --- Script: ```shell #!/bin/bash # List all open PRs in the repository gh pr list --state open ``` Length of output: 25 --- Script: ```shell #!/bin/bash # List all PRs in the repository gh pr list --state all ``` Length of output: 203