-
Notifications
You must be signed in to change notification settings - Fork 3
/
TODO.txt
31 lines (21 loc) · 1.03 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
To Do List
==========
Manage special calls with files outputs, manage subcalls that return multiple
values for a given object. Create a dedicated example sub-module.
ex.: /seedlots/{seedLotDbId}/transactions, /phenotypes-search/csv,
/lists/{listDbId}/data
Button to auto-generates missing content type fields to match a BrAPI data type.
Also possible to auto-generate a full external entity with fields and data mapping.
Fix code @todos and admin interface @todos.
Provide a default mapping for Chado databases.
Improve interface access token management and test permissions.
- add admin interface for global management (interface BrapiToken::purgeExpiredTokens())
- possibility to create permanent tokens (expiration = -1)
Documentation. Hook examples/documentation. Tutorials.
Add automated tests.
/tests directory.
Manual (UI) tests to check BrAPI specifications compliance (mapping and calls
pages).
Should include a call test page to check BrAPI compliance against specs.
Support Drupal config export.
Drupal 10 compatibility.