This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 89794ac Remove unused import
new 6abf9ff AIRAVATA-3115 ApplicationPreferences model for favoriting apps
new f8ff476 AIRAVATA-3115 UI for toggling favorites
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apps/api/migrations/0003_auto_20190716_1549.py | 30 ++++++
django_airavata/apps/api/models.py | 11 +++
django_airavata/apps/api/serializers.py | 9 ++
.../js/models/WorkspacePreferences.js | 2 +-
.../django_airavata_api/js/service_config.js | 8 ++
django_airavata/apps/api/views.py | 36 ++++++++
.../js/containers/DashboardContainer.vue | 102 ++++++++++++++++++++-
.../common/js/components/ApplicationCard.vue | 76 +++++++++------
.../static/common/js/components/FavoriteToggle.vue | 61 ++++++++++++
django_airavata/static/common/js/index.js | 2 +
10 files changed, 303 insertions(+), 34 deletions(-)
create mode 100644
django_airavata/apps/api/migrations/0003_auto_20190716_1549.py
create mode 100644
django_airavata/static/common/js/components/FavoriteToggle.vue