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

create guest route for /donations/reports #31

Open
mirmahathir1 opened this issue May 5, 2024 · 0 comments
Open

create guest route for /donations/reports #31

mirmahathir1 opened this issue May 5, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@mirmahathir1
Copy link
Member

mirmahathir1 commented May 5, 2024

The guest api is a set of routes that we use to demonstrate our app without actually logging in. Calling these routes won't do any database operation and these routes generate dummy data structurally similar to the actual endpoints. Your task is to write the guest route for the GET /donations/reports in the following file

https://github.com/Badhan-BUET-Zone/badhan-backend/blob/master/src/routes/guest.ts

As this route is currently not implemented, visiting the report page in guest mode will give you an error.

Also, as a side note, if you feel like the guest login feature is not a feature worth maintaining, let me know.

As a side task of this issue, update the readme to include your own name as the developer.

@mirmahathir1 mirmahathir1 changed the title create guest route for / create guest route for /donations/reports May 5, 2024
@mirmahathir1 mirmahathir1 added the documentation Improvements or additions to documentation label May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants