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

Add core app #1

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Add core app #1

wants to merge 25 commits into from

Conversation

ahmed-arb
Copy link
Owner

@ahmed-arb ahmed-arb commented Jan 26, 2023

What?

Add core app and user authentication. App include; Book, BookLoan, BookRequest, and Librarian and their migrations, views, serializers, and URLs.
There's a cron job for sending emails for overdue books.
Also a management command for importing books from CSV.

Why?

These changes complete the basic library CRUD and authentication.

How

User authentication is implemented using Djoser and simplejwt.
Roles and permissions are managed by a librarian table.
Over due books email are sent using a cron job which runs at 10 everyday.

Copy link
Collaborator

@abdullahwaheed abdullahwaheed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall great work and i am really impressed 👏
there are some suggestions though. feel free to reach me out if you need some help

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.

2 participants