Skip to content

Distributor Authorization System Implementation in Golang #208

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ShahabazSulthan
Copy link

This submission implements a distributor authorization system in Golang for the Real Image Challenge. The program manages geographical permissions for movie distribution, ensuring that each distributor's permissions align with their parent distributor's rules. Key features include:

-> Hierarchical permission management (Include/Exclude regions)
-> CSV-based location data parsing
-> Recursive permission validation
-> CLI-based testing with sample queries

The solution follows a structured approach without using external databases, adhering to the challenge requirements.

Author:
Shahabaz Sulthan
[email protected]
9496703880

Let me know if you want any modifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant