Giter Site home page Giter Site logo

alumni-dashboard's Introduction

alumni-dashboard

Building a dashboard for the alumni where they can view and update all their details like company, address etc. It also provides a administrative access for the college, where they can manage all their alumni databases, their details and send mails to bulk people based on some filter.

Using rails-admin as dashboard, a custom action for sending out mails is implemented with option to send bulk mails as well.
Also has the functionality to send attachments.
Using Froala editor.

Important setup instructions:

To set up your Gmail account set ENV variables as mentioned below:

  • Add local_env.rb to /config

  Put this inside local_env.rb:

       ENV['GMAIL_USERNAME'] = 'YOUR GMAIL ID'

       ENV['GMAIL_PASSWORD'] = 'YOUR GMAIL PASSWORD'

  • bundle exec sidekiq -q default -q mailers and rails s to get it up and running.

To use custom parser:

  • Write {{value}} when writing the body or subject of email, for eg. {{name}},{{email}},etc.

When deploying

  • Change smtp settings.

  • Change hostname in environment.rb for resetting passwords.

  • Add locale_env.rb

alumni-dashboard's People

Contributors

arkokoley avatar vibhavagarwal5 avatar visheshruparelia avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ibnjunaid

alumni-dashboard's Issues

Need of show vs index and UI

remove show or redirect its routes to index and have a look at the UI part. Its using default bootstrap now. I changed index.html.erb's CSS. U can take the UI from here.

UI and tinyMCE bug

UI has to be improved and the tinyMCE editor is not showing up, have to look into it.
I'll handle the UI if possible.

View Pending Mails from Sidekiq

A page should be available on the admin dashboard which shows this list of mails which are pending delivery.

This can be done by getting the job queue and parsing it to show as a list.

Change view

-Add description field and event image in Event schema
-Also show user details while RSVPing for event

Prevent SignUps

People should not be able to signup on the portal. All the data for new alumnus will be feeded programmatically, so for safety, the signup should not be available on the portal.

If a user is logged in, /admin will give you dashboard.

It will check only when signing in whether that id is registered as an admin or not, and redirect to appropriate page, but if you are signed in and go to /admin it will give you the dashboard no matter whether you are admin or not.
Check whether the user is admin or not when routing to /admin.
Use cancancan if required.

Create a model for events.

Alumni should be able to login and rsvp for the event and respond with the number of people coming with them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.