diff --git a/LICENSE.md b/LICENSE.md index 7788609..9e77ee4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -18,4 +18,6 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. + +**MOST IMPORTANT CONDITION:** If you're planning to modify and use this codebase for any commercial applications, kindly shoot a mail to athityakumar@gmail.com and get my approval before using the codebase. \ No newline at end of file diff --git a/README.md b/README.md index 08bc3ef..be6e3d6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ That being said, DashVis is still at it's infancy right now. There are lots of p [(Back to top)](#table-of-contents) 1. Login with your social media accout (Google, Facebook, LinkedIn or GitHub) -2. You'll see that there are 2 segregations : `Tables` and `Collections`. +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. @@ -71,9 +71,9 @@ Flavouring the tabular data with a little bit of HTML tags can add a zing to you [(Back to top)](#table-of-contents) - [x] Tables : Create, Update and Delete functionalities for Rows and Columns. -- [x] Collections : Create, Update and Delete functionalities. +- [x] Folders : Create, Update and Delete functionalities. - [ ] Custom Table Template : Create, Update and Delete functionalities. -- [ ] Ability to share Tables / Collections, with Public / specific user, with specific access level (read, write or admin). +- [ ] 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. @@ -83,7 +83,6 @@ Flavouring the tabular data with a little bit of HTML tags can add a zing to you [(Back to top)](#table-of-contents) -The MIT License (MIT) 2018 - [Athitya Kumar](https://github.com/athityakumar/). Please have a look at the [LICENSE.md](LICENSE.md) for more details. +The MIT License 2018 [Athitya Kumar](https://github.com/athityakumar/). For more details, have a look at the [License](LICENSE.md). - -**MOST IMPORTANTLY:** If you're planning to use this codebase for any commercial applications, kindly shoot a mail to athityakumar@gmail.com before using the application. \ No newline at end of file +**MOST IMPORTANT CONDITION:** If you're planning to modify and use this codebase for any commercial applications, kindly shoot a mail to athityakumar@gmail.com and get my approval before using the codebase. \ No newline at end of file diff --git a/app/views/dashboard/tables.html.erb b/app/views/dashboard/tables.html.erb index 9c4adf2..8437e87 100644 --- a/app/views/dashboard/tables.html.erb +++ b/app/views/dashboard/tables.html.erb @@ -19,7 +19,7 @@ active_tab: 'TABLES', tabs: [ {text: 'TABLES', icon: 'grid_on', link: '/tables'}, - {text: 'COLLECTIONS', icon: 'folder', link: '/collections'}, + {text: 'FOLDERS', icon: 'folder', link: '/collections'}, {text: 'SETTINGS', icon: 'settings', link: '/settings'} ] %>