Some feedback after adding 150 database entries
-
Hi Roland,
we just switched successfully to Participant Database, after having used a simple table-like layout before. I also installed the Combo Search which seems to work well. Here is some feedback which I would like to mention, after adding 150 entries manually. Some of it is probably already on your feature-request list:
1. Provide copy-entry option in the “List Participant” menu
It would be awesome if you could make copies of entries in the “List Participants” menu; at the moment you can only delete entries. We have a lot of entries that are very similar and making edits to the copies would have saved us some time.
2. Provide token with Sample ID which you can use in any of the fields
We created a details- and edit-link for each entry and made it part of one of the fields. Do to that we had to manually add the sample ID to the html link, for example
wp-admin/admin.php?page=participants-database-edit_participant&id=14
A much more flexible approach would be to provide a token such as [sampleid] and it would be easier to generate edit and details links:
wp-admin/admin.php?page=participants-database-edit_participant&id=[sampleid]
There might be other useful tokens as well.
3. Allow pasting of code into Rich Text Editor Fields (BUG?)
This might be a bug, but any rich text editor field would not accept pasted text from the clipboard neither HTML nor regular text. We had to switch to the “Text”-View version, but then of course HTML links and formatting would disappear. Would be great if this could be fixed. (we were using Chromium on Win 7).
4. Mass editing mode
It would be useful to have some kind of mass-editing mode. This would allow for example to update a single field for all database entries quickly. This could be part for example of the “List Participants” menu: Select samples, choose mass-edit mode, select field(s) to edit and then it shows an editable table for all samples.
5. Have you thought about introducing computational fields?
A computational field would allow you to perform a computation on any of the entry fields and output the result. For example, let’s say you have a persons height in imperial units such as 6’3″, with a computational field you could automate the output in metric units, and the field would show 190 cm. Drupal has such a functionality, where you can pretty much use any php-code to perform the calculation or generate output. I understand that this is not trivial to implement.
I hope this feedback is useful. Thanks again for your great plugin,
Erik
- The topic ‘Some feedback after adding 150 database entries’ is closed to new replies.