|
PKP Bugzilla – Full Text Bug Listing |
| Summary: | Allow for registering previous journal names | ||
|---|---|---|---|
| Product: | OJS | Reporter: | James MacGregor <jmacgreg> |
| Component: | Journal Management | Assignee: | Alec Smecher <alec> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | alec |
| Priority: | P5 | ||
| Version: | 2.3 | ||
| Hardware: | PC | ||
| OS: | Mac OS X 10.3 | ||
| Version Reported In: | Also Affects: | ||
| Attachments: | Patch against OJS pre-2.3 CVS | ||
|
Description
James MacGregor
2009-05-04 14:40:16 PDT
James, the approach I'd favour for this is something like the following: Add a TinyMCE-capable field called "Journal History" that displays in a new "About" page. That way they could enter previous ISSNs, titles, etc. free-form without us needing to create a history field for each of them (much easier on our part, and more flexible for them). The only case where we might need to consider a specific field is if we have a need for a particular piece of data to be treated individually, i.e. if it's needed as part of the embedded metadata, or if an export format needs it alone. (In reply to comment #1) > James, the approach I'd favour for this is something like the following: Add a > TinyMCE-capable field called "Journal History" that displays in a new "About" > page. That way they could enter previous ISSNs, titles, etc. free-form without > us needing to create a history field for each of them (much easier on our part, > and more flexible for them). The only case where we might need to consider a > specific field is if we have a need for a particular piece of data to be > treated individually, i.e. if it's needed as part of the embedded metadata, or > if an export format needs it alone. Alec, that sounds totally workable (not to mention much easier and practical on our end). Now that I think about it, there's probably no practical advantage to attaching old journal names to back issues directly, so long as that information is captured and displayed somewhere. Created attachment 1837 [details]
Patch against OJS pre-2.3 CVS
Added History field to end of setup page 1
Implemented. |