Skip to content

Add core app#1

Open
ahmed-arb wants to merge 25 commits intomainfrom
add-core-app
Open

Add core app#1
ahmed-arb wants to merge 25 commits intomainfrom
add-core-app

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

ahmed-arb and others added 11 commits February 27, 2023 12:03
Co-authored-by: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com>
add related names
change models choice fields type to small int
Co-authored-by: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com>
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