full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Changing all status codes from raw numbers to using fastapi.status

Open javadzarezadeh opened this issue 1 year ago • 2 comments

I believe that using status codes via FastAPI (Starlette, actually!) instead of using raw numbers is more readable, consistent, and makes development easier.

javadzarezadeh avatar Aug 27 '24 14:08 javadzarezadeh

@alejsdev It seems that there is a problem with new pushes into the project! After I synched the new updates, it has a build problem on actions/checkout@v4. I wonder why this issue has happened? I have the same issue with my other PR, too!

javadzarezadeh avatar Sep 01 '24 09:09 javadzarezadeh

@alejsdev It seems that there is a problem with new pushes into the project! After I synched the new updates, it has a build problem on actions/checkout@v4. I wonder why this issue has happened? I have the same issue with my other PR, too!

Hi @javadzarezadeh,

I can confirm that this is an issue with the CI that is unrelated to your PRs. We're looking into it! 🙏

svlandeg avatar Sep 02 '24 20:09 svlandeg

Moved to #1624

javadzarezadeh avatar May 12 '25 16:05 javadzarezadeh