hngprojects / hng_boilerplate_python_fastapi_web

Apache License 2.0
154 stars 136 forks source link

fix: removed orgid from being passed to ContactUs table #910

Closed JoshuaOloton closed 1 month ago

JoshuaOloton commented 1 month ago

Description

This update removes the dependency on the org_id field when submitting data to the ContactUs table. The org_id is no longer passed during the form submission process, allowing users to submit contact requests without needing an associated organization ID.

Related Issue (Link to issue ticket)

Motivation and Context

This change is required to make the contact form usable to users who do not have an associated organization. The submission process initially depended on the org_id field, preventing unauthenticated users to submit contact requests ​

How Has This Been Tested?

Screenshots (if appropriate - Postman, etc):

image

Types of changes

Checklist: