File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This change log uses principles from `keep a changelog <http://keepachangelog.co
1010Added
1111^^^^^
1212
13+ - Customizable landing page.
1314- Logout button.
1415- Search result pagniation.
1516- Selection of entry number per page.
2021Changed
2122^^^^^^^
2223
24+ - Updated from bootstrap-vue-3 to bootstap-vue-next
25+ - Adapted routes to remodeled dserver REST API.
26+
2327
2428Deprecated
2529^^^^^^^^^^
Original file line number Diff line number Diff line change 11Contributors
22============
33
4+ - Ashwin Vazhappilly added direct mongo query functionality, added logout
5+ button, adapted the webapp to remodeled dserver REST API, added customizable
6+ landing page.
7+ - Johannes L. Hörmann updated initial codebase from vue-2 to vue-3.
48- Lars Pastewka added the ability to configure the dtool-lookup-server and
5- token-generator URLs from environment variables
9+ token-generator URLs from environment variables.
10+ - Tjelvar S. G. Olsson wrote the initial webapp with vue-2.
Original file line number Diff line number Diff line change @@ -36,6 +36,24 @@ Create a file `.env` in the `dtool-lookup-webapp` directory with the following c
3636
3737For deployment, replace these URLs with the actual endpoints of the lookup server and the token generator.
3838
39+ If desired, customize the landing page by setting the following variables in the `.env ` file:
40+
41+ ::
42+
43+ VUE_APP_FIRST_CONTAINER_TITLE=Log in
44+ VUE_APP_SECOND_CONTAINER_TITLE=dserver
45+ VUE_APP_SECOND_CONTAINER_MESSAGE=Welcome to <b>dserver</b>'s webapp.
46+ VUE_APP_THIRD_CONTAINER_HEADING=Access
47+ VUE_APP_THIRD_CONTAINER_MESSAGE=Some notes on how to gain access.
48+ VUE_APP_FOURTH_CONTAINER_HEADING=Docs
49+ VUE_APP_FOURTH_CONTAINER_INTRO=Some notes on how to find help. The following list may contain an arbitrary number of links.
50+ VUE_APP_FOURTH_CONTAINER_RESOURCES=[{"text": "dtool-lookup-webapp repsotiory", "url": "https://github.com/jic-dtool/dtool-lookup-webapp"}]
51+ VUE_APP_LANDING_PAGE_ICON_PATH=/path/to/custom/icon.png
52+
53+ To apply changes to this file, run::
54+
55+ npm install
56+
3957
4058Start a development server
4159--------------------------
You can’t perform that action at this time.
0 commit comments