Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE Feat] Setup and create common shared data structures and objects #217

Closed
3 of 9 tasks
SherRao opened this issue Dec 16, 2024 · 1 comment · Fixed by #229
Closed
3 of 9 tasks

[BE Feat] Setup and create common shared data structures and objects #217

SherRao opened this issue Dec 16, 2024 · 1 comment · Fixed by #229
Assignees
Labels
backend Related to the backend of the project enhancement New feature or request

Comments

@SherRao
Copy link
Contributor

SherRao commented Dec 16, 2024

Checklist

Before submitting this ticket, make sure this ticket:

  • Is labelled properly - if this is a refactor, add the label!
  • Has the SPUR project assigned to it.
  • Has an assigned milestone.

And lastly:

  • Once someone picks up this ticket, make sure to assign it.

Description

These are various constants, errors, helpers, responses, and requests that can be reused through the backend.

Requirements

Constants

  • x

Errors

  • x

Helpers

  • x

Responses

  • x

Requests

  • x
@SherRao SherRao added enhancement New feature or request backend Related to the backend of the project labels Dec 16, 2024
@SherRao SherRao added this to the Complete the project MVP milestone Dec 16, 2024
@juancwu
Copy link
Contributor

juancwu commented Dec 16, 2024

These are values in the server package. So we can just create empty files. For requests and responses, these are meant to be super generic structs that any route can just use.

@juancwu juancwu self-assigned this Dec 17, 2024
@juancwu juancwu mentioned this issue Dec 17, 2024
16 tasks
@juancwu juancwu linked a pull request Dec 17, 2024 that will close this issue
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the backend of the project enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants