Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 494 Bytes

File metadata and controls

11 lines (5 loc) · 494 Bytes

Organization Hierarchy

Organization Hierarchy is a project based on Ruby on Rails (v ~ 5.2.1). The key features of this project are -

  • An organization can have multiple users, but a user can strictly belong to one organization.

  • Bulk upload functionality for importing a list of users directly into the database - Asynchronous processing - achieved using Sidekiq.

  • Password reset functionality for users - using Devise . Notification sent using SNS (AWS Service).