From 9deb9087e6147456a7ed1d875e5677a55e3b7f50 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Fri, 10 Jun 2016 11:35:57 -0700 Subject: [PATCH] Added filtering by blank part of speech, fixed part of speech dropdown for edits, added import template CSV to download, updated import test to test blank part of speech. --- IMPORT.form | 20 +++++++++++--------- import_test.csv | 10 ++++------ js/dictionaryBuilder.js | 19 ++++++++++++------- js/ui.js | 20 +++++++++++++++++++- 4 files changed, 46 insertions(+), 23 deletions(-) diff --git a/IMPORT.form b/IMPORT.form index 0865165..2671fa1 100644 --- a/IMPORT.form +++ b/IMPORT.form @@ -1,15 +1,17 @@ -
-

Import

-
+

Import

+
+
-

This process imports words in a CSV format to the currently loaded dictionary. (You can save an Excel file as a CSV)

-

The CSV file must have a header line in this order: word,pronunciation,part of speech,equivalent,explanation. Your words must be formatted in the appropriate order.

-

Make sure the parts of speech for each word correspond to your dictionary's parts of speech or else it will be lost if you edit the word. If a part of speech is left blank, you can find the blanks using the "Blank" option in the Filter.

-

At a minimum, all of your words must have the "word" field and either the "equivalent" or "explanation" field filled out in the CSV file.

- - +

This process imports words in a CSV format to the currently loaded dictionary. (Note: You can save an Excel file as a CSV)

+

The CSV file must have a header line in this order: word,pronunciation,part of speech,equivalent,explanation. Your word data must be in the appropriate order according to the headers. You can use this CSV as a template if you need help.

+

Make sure the parts of speech for each word correspond to your dictionary's parts of speech or else you won't be able to find it using a filter. If a part of speech is left blank, you can find the blanks using the "Blank" option in the Filter so you can clean up.

+

At a minimum, all of your words must have the "word" field and either the "equivalent" or "explanation" field filled out in the CSV file.

+ + +
+
\ \