All Projects → athityakumar → Dashvis

athityakumar / Dashvis

Licence: other
An open-source Dashboard built for users, to organize their resources via Tables and Folders.

Projects that are alternatives of or similar to Dashvis

Websiteone
A website for Agile Ventures
Stars: ✭ 132 (+325.81%)
Mutual labels:  ruby-on-rails, rails5, open-source
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (+93.55%)
Mutual labels:  ruby-on-rails, open-source, dashboard
Gamocosm
Honest Minecraft server hosting
Stars: ✭ 139 (+348.39%)
Mutual labels:  ruby-on-rails, open-source
Terrastories
Terrastories is a geostorytelling application built to enable local communities to locate and map their own oral storytelling traditions about places of significant meaning or value to them. Check out our Wiki for open source development information.
Stars: ✭ 158 (+409.68%)
Mutual labels:  ruby-on-rails, open-source
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (+93.55%)
Mutual labels:  rails5, ruby-on-rails
Coronavirus Countries
COVID-19 interactive dashboard for the whole world
Stars: ✭ 53 (+70.97%)
Mutual labels:  open-source, dashboard
Reactchat
A chat app built with React.js and ActionCable in Ruby on Rails 5.1
Stars: ✭ 90 (+190.32%)
Mutual labels:  ruby-on-rails, rails5
rails-rest-api
A simple RoR 5 REST API demo with JWT authentication.
Stars: ✭ 25 (-19.35%)
Mutual labels:  rails5, ruby-on-rails
Email Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (+525.81%)
Mutual labels:  ruby-on-rails, dashboard
Code fund ads
CodeFund is an open source platform that helps fund maintainers, bloggers, and builders through non-tracking ethical ads
Stars: ✭ 339 (+993.55%)
Mutual labels:  ruby-on-rails, open-source
activeadmin active resource
Active Admin + Active Resource: to use a REST API in place of a local database as data source
Stars: ✭ 20 (-35.48%)
Mutual labels:  rails5, ruby-on-rails
Activeadmin froala editor
Froala WYSIWYG editor for ActiveAdmin
Stars: ✭ 30 (-3.23%)
Mutual labels:  ruby-on-rails, rails5
Mui Datatables
Datatables for React using Material-UI - https://www.material-ui-datatables.com
Stars: ✭ 2,246 (+7145.16%)
Mutual labels:  datatables, tables
Sail
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
Stars: ✭ 484 (+1461.29%)
Mutual labels:  ruby-on-rails, dashboard
katapult
Kickstart Rails development!
Stars: ✭ 21 (-32.26%)
Mutual labels:  rails5, ruby-on-rails
Doctor
Doctor is a documentation server for your docs in github
Stars: ✭ 391 (+1161.29%)
Mutual labels:  ruby-on-rails, dashboard
Hackathon Manager
All-in-one platform for hackathon registration & logistics.
Stars: ✭ 24 (-22.58%)
Mutual labels:  ruby-on-rails, dashboard
Pi Hole
A black hole for Internet advertisements
Stars: ✭ 34,076 (+109822.58%)
Mutual labels:  dashboard
Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-3.23%)
Mutual labels:  open-source
Ant Design Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Stars: ✭ 30,909 (+99606.45%)
Mutual labels:  dashboard

DashVis

PRs Welcome

DashVis is an open-source Dashboard built with Rails for all users in general. DashVis can be used to organize your resources via Tables (For exampe, Notepad, Contacts, Playlist, etc.)and Folders (For example, Entertainment, Studies, etc.). Feel free to use the live website and take the help of the User's manual.

image

Table of contents

What is DashVis?

(Back to top)

Having surfed on the internet for so long, I came to see multiple web applications that handle a single (specific) type of tabular data - Passwords, Wallets, Bookmarks, Notepads, To-Dos, Playlist and what not! Rather, why not have a single web application that provides the user with the power to manipulate tabular data as they wish?

This lead to inception of DashVis, and is exactly what DashVis stands for - to provide users with power of managing their data at a single place.

Is DashVis like Google Sheets?

(Back to top)

Yes and No.

Google Sheets is an online way of doing Excel Spreadsheets. Excel Spreadsheets are more inclined for performing calculations and for commercial usage. DashVis tries to mix the traditional CRUD functionality like Google Sheets along with a Dashboard interface (like the stand-alone applications). With a tabular interface, searching and organizing resources is easier.

That being said, DashVis is still at it's infancy right now. There are lots of potential features that can still be incorporated into DashVis. Have a look at the Roadmap or Issue tracker for more details.

How to use DashVis?

(Back to top)

  1. Login with your social media accout (Google, Facebook, LinkedIn or GitHub)
  2. You'll see that there are 2 segregations : Tables and Folders.
    • Tables : These are your individual tables, such as Books, YouTubers, Wallet, Policies.
    • Folders : These are your folders / table-tags, such as Entertainment, Finance, 2018, etc.
    • NOTE : A folder can contain multiple tables. Similarly, a table can also belong to multiple folders.
  3. Create new Tables, new Folders and add your specific tables to each collection (as you prefer).
  4. Search for your Tables and Folders in the dashboard.
  5. Find DashVis useful? Share it with your friends.

Pro ways to use DashVis

(Back to top)

Flavouring the tabular data with a little bit of HTML tags can add a zing to your viewing experience. For example,

  • Add Hyperink to open in new tab : <a href="https://enter/the/url.here" target="_blank">Link text</a>
  • Add Image : <img src="https://path/to/image.jpg" width="100" height="100">

Why is it named DashVis?

(Back to top)

  • Dash is short for Dashboard.

  • Vis is short for Visualization.

    • Currently, only tabular visualization is supported. However, support for different types of charts is coming soon.
  • DashVis remotely spells and sounds like Jarvis.

Roadmap

(Back to top)

  • [x] Tables : Create, Update and Delete functionalities for Rows and Columns.
  • [x] Folders : Create, Update and Delete functionalities.
  • [ ] Custom Table Template : Create, Update and Delete functionalities.
  • [ ] Ability to share Tables / Folders, with Public / specific user, with specific access level (read, write or admin).
  • [ ] Charts : Create, Update and Delete functionalities.
  • [ ] Optimize application to reload only specific parts of website with AJAX.
  • [ ] Support scrapers to feed real-time data into a specific Table.
  • [ ] Table-wise timelines

License

(Back to top)

The MIT License 2018 Athitya Kumar. For more details, have a look at the License.

MOST IMPORTANT CONDITION: If you're planning to modify and use this codebase for any commercial applications, kindly shoot a mail to [email protected] and get my approval before using the codebase.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].