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

Feature/IN-109: Staff Directory Pagination #16

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Niko2708
Copy link
Contributor

feature/IN-109 contains the staff directory page with pagination functions. This page is design to send form filter and form search data from staff directory to the search page, where it will be paginate. When you submit something on the search form it will load staff directory which will then send the form filter and from search data back to the search page, where it will paginate the results.

@Niko2708 Niko2708 requested a review from johnyu95 August 22, 2018 15:33
@johnyu95 johnyu95 changed the title feature/in 109 Feature/IN-109: Staff Directory Aug 27, 2018
@johnyu95 johnyu95 changed the title Feature/IN-109: Staff Directory Feature/IN-109: Staff Directory Pagination Aug 27, 2018

@main.route('/search/<string:filter>/<string:input>', methods=['GET', 'POST'])
def show_result(filter,input):
form = Staff_Directory_Search_Form()
Copy link
Contributor

Choose a reason for hiding this comment

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

You should put a docstring explaining what this function does and what it returns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants