LMS platform tailored for hotel and hospitality training needs written using Ruby on Rails.

2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the billing plans section of the Ruby on Rails LMS application to use the newly created `date_picker_component` from `ui_helper.rb`, eliminating code duplication and ensuring consistency in date picker implementation across the application.

Complexity: 2/5
good first issue refactoring

LMS platform tailored for hotel and hospitality training needs written using Ruby on Rails.

Ruby

AI Summary: Implement a 'Verify Now' link on the user settings page (http://localhost:3000/user_settings) for unverified email addresses. Clicking this link should trigger the sending of a new verification email to the user's email address. This requires modifying the user settings view and potentially the user model or a related service to handle resending the verification email.

Complexity: 2/5
enhancement good first issue

LMS platform tailored for hotel and hospitality training needs written using Ruby on Rails.

Ruby