Page MenuHomePhabricator

Build lexicon page to accept data entry and display content
Open, Needs TriagePublic

Description

This task is part of the design of the Wikispeech lexicon tool special page for it to look exactly like in the mockup.

A few important resources here are:

  • The basic Knowledge can be obtained from
  • A better implementation with updated standards can be obtained from

Related Objects

Event Timeline

Change 381189 had a related patch set uploaded (by Eugene233; owner: Eugene233):
[mediawiki/extensions/Wikispeech@master] Build lexicon page to accept data entry and display content

https://gerrit.wikimedia.org/r/381189

xSavitar renamed this task from Build lexicon page To accept data entry and display content to Build lexicon page to accept data entry and display content.Dec 12 2017, 7:08 PM

Note that we've moved over the lexicon tool to it's own branch (to allow for partial features, such as adding the special page to be merged). Once there is a funcitoning version the [[ https://gerrit.wikimedia.org/r/#/q/status:open+project:mediawiki/extensions/Wikispeech+branch:lexicon_tool | lexicon tool ]] branch can be merged back into master.

To move the current patch to the new branch

git fetch --all
git checkout -b lexicon_tool origin/lexicon_tool
git checkout build-lexicon-page-to-accept-input
git rebase lexicon_tool
# resolve any conflicts
git review -R lexicon_tool
# note that this will create a new gerrit patch-set, separate from the old one

The git review -R lexicon_tool command must be used instead of git review also for future patches to ensure they end up in the correct branch.

@Lokal_Profil I have so far managed to get the task almost complete using FormSpecialPage as suggested.

So I am editing the task.

Change 381189 abandoned by Eugene233:
Build lexicon page to accept data entry and display content

Reason:
Changes submitted on new branch.

https://gerrit.wikimedia.org/r/381189

lexicon_tool branch is now up to date with where you were before gerrit:381189 could you rebase your current code on top of that?

Looking at gerrit:440847 it looks like it is not based on that branch. Also you should not have package-lock.json in the repo

@Lokal_Profil lexicon_tool is up-to-date. However, gerrit:440847 still contains the unwanted files. Creating a new branch and restructuring for cleaner code based on both gerrit:440847 and gerrit:381189

Change 441154 had a related patch set uploaded (by Eugene233; owner: Eugene233):
[mediawiki/extensions/Wikispeech@lexicon_tool] Building lexicon page to accept article entry and display content

https://gerrit.wikimedia.org/r/441154

Change 441154 abandoned by Lokal Profil:

[mediawiki/extensions/Wikispeech@lexicon_tool] Building lexicon page to accept article entry and display content

Reason:

This is abandon in favor of new lexicon editor

https://gerrit.wikimedia.org/r/441154