dasch-swiss / beol

Bernoulli-Euler OnLine
https://beol.dasch.swiss
GNU Affero General Public License v3.0
0 stars 1 forks source link

project ARK URL resolver #178

Closed SepidehAlassi closed 3 years ago

SepidehAlassi commented 3 years ago

resolves DSP-330

with the bug fix of project ark URL resolves in PR, the ark URL of a project resolves to http://$host/project/$project_id/info

since BEOL does not have text for project info, it does not have an info component. Later BEOL editors can write a text for information about the project and it can be added to an infoComponent

For the time being, we only need the project ARK URL to take the reader to beol landing page. This PR adds routing.

To test, try localhost:4200/project/0801/info that should route to the landing page.

SepidehAlassi commented 3 years ago

@flavens thanks for reviewing this!