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

Contact Us Data - User Linking Issue #148

Open
NVombat opened this issue Nov 23, 2022 · 2 comments · May be fixed by #149
Open

Contact Us Data - User Linking Issue #148

NVombat opened this issue Nov 23, 2022 · 2 comments · May be fixed by #149
Labels
backend For backend related issues bug Something isn't working django Django related development good first issue Good for newcomers python Pull requests that update Python code

Comments

@NVombat
Copy link
Owner

NVombat commented Nov 23, 2022

Description

When updating the contact us form, the table is updated however the user_profile/user_data should be updated with the contact_us query_id so that we can keep a track of the queries the user has raised. Additionally, statuses of Resolved and Unresolved should be added to give an idea of the progress of the query.

The contact_us collection and the user_data collection should be linked as well

Furthermore, test cases should be written to check the state of the user profile once the query has been raised

Expected behavior

Contact us data should show up on the user_profile with an ID

Actual behavior

The contact us query does not get added to the user_profile

Possible fix

No response

Steps to reproduce

Each contact us query should be given an ID
When a query is raised, the ID should be appended to the User Profile ContactUs List
The query should have proper defined status

Context

Improve the interlinking of methods and keep a track of all user activities. There should be a clear connection between the activities a user performs

Additional information

No response

@NVombat NVombat added bug Something isn't working good first issue Good for newcomers python Pull requests that update Python code backend For backend related issues django Django related development labels Nov 23, 2022
@saeideh-eslamian
Copy link

Hi, May I start working on this issue?

@NVombat
Copy link
Owner Author

NVombat commented Jul 4, 2023

Yes, you can take this issue up. If you need any help let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend For backend related issues bug Something isn't working django Django related development good first issue Good for newcomers python Pull requests that update Python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants