Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

WIP admin: initial implementation #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mvesper
Copy link
Contributor

@mvesper mvesper commented Aug 26, 2016

  • Adds the first implementation of the admin user interface.

function search(searchString, callback) {
$http({
method: 'GET',
url: '/circulation/items/?q=' + encodeURIComponent(searchString)
Copy link
Contributor

Choose a reason for hiding this comment

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

@mvesper please make sure that no URL is hardcoded.

Copy link
Contributor

Choose a reason for hiding this comment

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

url: ...,
params: {q: ...}

@mvesper mvesper force-pushed the gim_third_admin_ui branch 2 times, most recently from 40eeb91 to d134ea4 Compare August 31, 2016 07:23
@jirikuncar jirikuncar added this to the v1.0.0 milestone Sep 7, 2016
@jirikuncar jirikuncar changed the title WIP global: admin UI first draft WIP admin: initial implementation Sep 7, 2016
@mvesper mvesper force-pushed the gim_third_admin_ui branch 3 times, most recently from 8866fde to c08fc55 Compare September 14, 2016 10:16
* Adds the first implementation of the admin user interface.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants