Motivation
The core feature of ReferencePreviews is showing a preview of the footnote whenever people hover over footnote indicators in wikipages. Let's take the first step
User story
As a wikipedia article reader
I want to see the reference info next to where it is used
so that I can keep my reading position while checking the source of the info.
Acceptance Criteria
- If a user hovers 250ms over a footnote indicator (which is the same time as page previews), a pop up appears that contains the content of the footnote
- For now, this only needs to work for footnotes that contain a small amount of text + links, such as Klaus Pampus: Urkundliche Erstnennungen oberbergischer Orte (= Beiträge zur Oberbergischen Geschichte. Sonderbd. 1). Oberbergische Abteilung 1924 e.V. des Bergischen Geschichtsvereins, Gummersbach 1998, ISBN 3-88265-206-3
- This should only be visible on beta, not live in production.
Mock
Notes
- The instrumentation code of the popups exstension should still only reflect actions around pagepreviews, since referencepreviews will not be executed in the production environment. Before ReferencePreviews hits production, the instrumentation questions needs to be solved.