-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed typo * Created route for analytics.html and analysis charts * Moved the trigger element for creating historical results into the script portion of all_results.html to allow for main_local_storage.js modularity * Renamed main_local_storage.js to local_storage.js * Restructured render_chart.js to be more legible * Editing radarEmotionCategories to be more legible comments * Modified to be using a function to retrieve the emoton catrgories * hello world for line chart * Skeleton of line chart with dummy data * Initial version of linechart working * Implemented human readable timeline chart * Implemented human-readable timeline chart * Cleaned up some formatting on results page * Modified results page to be a bit more user-friendly, less information dense * Centered and capped max radar size * Disable neutral result printout in user-reflection component * Cleaned up home page text * Added go to history at bottom of processed_text.html page * Modified suggested max value scale on radar to make it easier to read at lower score values * Fixed radar category order * Modified created_historical_results to specific a target element to write it into to make it more portable * Fixed ticket size of radar chart to make it more legible * Fixed tick size of radar chart and added angle lines to make it more legible * Added skeleton for further reflection * Added skeleton for further reflection * Added link to release notes in about.html * Initial implmementation of save input click * Add save user reflection feature which updates the current page stored result object with their free text comment * Added personal saved note feature + printout * Added personal saved note feature + printout * Removed console log from render_chart.js * Reworked allAverageCategoryScores to be more succint and removed its two children functions. * Fixed average category score function * Changed how allAverageCategoryScores returns as dictionary results. * Fixed timeline chart to work with the new method of calculating average category * Removed some console printouts * Added tagify script to processed_text.html * Added skeleton for tag selection placeholder * Using example version of tagify * Reworked whitelist of values * Implemented feelings tagging propt * Added emotion tagging without save feature * Changed wording on prompt for emotio ntagging * Rework prompting * Added emotion tagging to the save object * Accordion blurb for planned features * Fixed padding issue * Fixed wording
- Loading branch information
1 parent
1e55cac
commit 1753288
Showing
6 changed files
with
144 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters