Skip to content

Commit d3353ca

Browse files
committed
Adds minor view text correction
1 parent aa63a92 commit d3353ca

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

LICENSE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.
22+
23+
**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.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ That being said, DashVis is still at it's infancy right now. There are lots of p
3939
[(Back to top)](#table-of-contents)
4040

4141
1. Login with your social media accout (Google, Facebook, LinkedIn or GitHub)
42-
2. You'll see that there are 2 segregations : `Tables` and `Collections`.
42+
2. You'll see that there are 2 segregations : `Tables` and `Folders`.
4343
- `Tables` : These are your individual tables, such as `Books`, `YouTubers`, `Wallet`, `Policies`.
4444
- `Folders` : These are your folders / table-tags, such as `Entertainment`, `Finance`, `2018`, etc.
4545
- **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
7171
[(Back to top)](#table-of-contents)
7272

7373
- [x] Tables : Create, Update and Delete functionalities for Rows and Columns.
74-
- [x] Collections : Create, Update and Delete functionalities.
74+
- [x] Folders : Create, Update and Delete functionalities.
7575
- [ ] Custom Table Template : Create, Update and Delete functionalities.
76-
- [ ] Ability to share Tables / Collections, with Public / specific user, with specific access level (read, write or admin).
76+
- [ ] Ability to share Tables / Folders, with Public / specific user, with specific access level (read, write or admin).
7777
- [ ] Charts : Create, Update and Delete functionalities.
7878
- [ ] Optimize application to reload only specific parts of website with AJAX.
7979
- [ ] 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
8383

8484
[(Back to top)](#table-of-contents)
8585

86-
The MIT License (MIT) 2018 - [Athitya Kumar](https://github.com/athityakumar/). Please have a look at the [LICENSE.md](LICENSE.md) for more details.
86+
The MIT License 2018 [Athitya Kumar](https://github.com/athityakumar/). For more details, have a look at the [License](LICENSE.md).
8787

88-
89-
**MOST IMPORTANTLY:** If you're planning to use this codebase for any commercial applications, kindly shoot a mail to [email protected] before using the application.
88+
**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.

app/views/dashboard/tables.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
active_tab: 'TABLES',
2020
tabs: [
2121
{text: 'TABLES', icon: 'grid_on', link: '/tables'},
22-
{text: 'COLLECTIONS', icon: 'folder', link: '/collections'},
22+
{text: 'FOLDERS', icon: 'folder', link: '/collections'},
2323
{text: 'SETTINGS', icon: 'settings', link: '/settings'}
2424
] %>
2525

0 commit comments

Comments
 (0)