Entrepreneur dashboard - Capability to search into current instance database only
As an entrepreneur, I should be able to search through the instance resource database only.
How-to: When the associated checkbox is checked, you change the data-src of the sib-display to target only the resources of the instance.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Benoit Alessandroni changed milestone to %6 - Entrepreneur dashboard
changed milestone to %6 - Entrepreneur dashboard
By Benoit Alessandroni on 2019-09-04T12:59:01 (imported from GitLab project)
- Benoit Alessandroni added P1 label
added P1 label
- Alice Poggioli added To Do label
added To Do label
- Alice Poggioli added Standby label and removed To Do label
- Developer
We are waiting to have multiple database to end the job.
- Alice Poggioli added Miss information label
added Miss information label
- Author Owner
Dependency is actually more of style:
- End the transition to the 0.9 version of sib-core
- Ensure that this 0.9 works in a federated environment
- Switch all existing content URIs to using the /sources/ instead of direct access of the URLs
- Then implement the specific case of the "database only search" which means to override all the data-srcs of the page from using /sources/resources/ to using /resources/
@Alice-P : what information are you missing on this topic ?
By Benoit Alessandroni on 2019-10-23T14:25:03 (imported from GitLab project)
Edited by Benoit Alessandroni
- Benoit Alessandroni mentioned in issue management/core-team#8
mentioned in issue management/core-team#8
- Alice Poggioli mentioned in merge request !150 (merged)
mentioned in merge request !150 (merged)
- Benoit Alessandroni mentioned in commit 1290c3e8
mentioned in commit 1290c3e8
- Benoit Alessandroni mentioned in commit eede12a7
mentioned in commit eede12a7
- Author Owner
Need to be re-implemented/tested/deployed after deployment on new instances.
- Benoit Alessandroni mentioned in issue #275 (closed)
mentioned in issue #275 (closed)
- Author Owner
- Add a checkbox under the filters fields with a label saying
Search in {nom d'instance} dababase only
- When clicking on it, it will replace existing federated resources list data-srcs:
- From
https://toninstance/sources/step1/
- To
https://toninstance/steps/1/resources/validated/
- From
- And the other way around when unclicked
Edited by Benoit Alessandroni - Add a checkbox under the filters fields with a label saying
- Benoit Alessandroni assigned to @Senza and unassigned @Alice-P
- Benoit Alessandroni removed Miss information label
removed Miss information label
@balessan edit in the JS in order to write the URLs with the right format done :)
Just need multiple instances for testing, but should be fine.
Here's an example of what we right for "step 3":
- Local : http://localhost:9000/steps/3/resources/validated/
- Federated : http://localhost:9000/sources/step3/
code available on bugfix/search-instances
Edited by Maxime- Benoit Alessandroni closed
closed