Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

views: alias routes #2081

Closed
wants to merge 1 commit into from
Closed

views: alias routes #2081

wants to merge 1 commit into from

Conversation

atrisovic
Copy link
Member

atrisovic added a commit to atrisovic/opendata.cern.ch that referenced this pull request Dec 11, 2017
  * Closes: cernopendata#1130
  * Addresses: cernopendata#2081

Signed-off-by: Ana Trisovic <ana.trisovic@gmail.com>
@@ -111,6 +111,7 @@ def md_debug():


@blueprint.route('/visualise/events')
@blueprint.route('/visualize/events')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -122,7 +123,9 @@ def visualise_events_landing():


@blueprint.route('/visualise/events/<string:experiment>')
@blueprint.route('/visualize/events/<string:experiment>')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@blueprint.route('/visualise/events/<string:experiment>/<int:eventid>')
@blueprint.route('/visualize/events/<string:experiment>/<int:eventid>')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@@ -138,7 +141,9 @@ def visualise_events(experiment='cms', eventid=None):


@blueprint.route('/visualise/histograms')
@blueprint.route('/visualize/histograms')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@blueprint.route('/visualise/histograms/<string:experiment>')
@blueprint.route('/visualize/histograms/<string:experiment>')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@@ -206,6 +211,7 @@ def about_cms_dataset_names():
return redirect('/docs/cms-simulated-dataset-names')


@blueprint.route('/getstarted/<exp>')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

atrisovic added a commit to atrisovic/opendata.cern.ch that referenced this pull request Dec 13, 2017
  * Closes: cernopendata#1130
  * Addresses: cernopendata#2081

Signed-off-by: Ana Trisovic <ana.trisovic@gmail.com>
atrisovic added a commit to atrisovic/opendata.cern.ch that referenced this pull request Dec 13, 2017
  * Closes: cernopendata#1130
  * Addresses: cernopendata#2081

Signed-off-by: Ana Trisovic <ana.trisovic@gmail.com>
atrisovic added a commit to atrisovic/opendata.cern.ch that referenced this pull request Dec 13, 2017
  * Closes: cernopendata#1130
  * Addresses: cernopendata#2081

Signed-off-by: Ana Trisovic <ana.trisovic@gmail.com>
  * Closes: cernopendata#1130
  * Addresses: cernopendata#2081

Signed-off-by: Ana Trisovic <ana.trisovic@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants