• Daniel's avatar
    Add Bookmarks Feature (#156) · 525d4323
    Daniel authored
    - Added the Bookmarks feature where users can save or unsave table resources.
      - BookmarkIcon component renders a filled or unfilled star next to table resources. Clicking on the icon will save or unsave the bookmark. Icons can be rendered in regular or large versions.
      - "My Bookmarks" component is added to the homepage. This displays all of the bookmarked table resources in a paginated format.
    - Created a Preloader component that fetches data needed for app-wide functionality.
      - Bookmark and User data is fetched in Preloader
      - Removed user data fetching in NavBar
    Added new tests for
    - Preloader, BookmarkIcon, BookmarkList, Metadata API
    Modified existing tests for
    - Table Details, TableListItem,
    525d4323
Name
Last commit
Last update
.github Loading commit data...
amundsen_application Loading commit data...
docs Loading commit data...
example/docker/neo4j/conf Loading commit data...
tests Loading commit data...
.dockerignore Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
Makefile Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
docker-amundsen-atlas.yml Loading commit data...
docker-amundsen.yml Loading commit data...
public.Dockerfile Loading commit data...
requirements3.txt Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...