Skip to content

Features

Said Khalid Scharaf edited this page Nov 18, 2019 · 6 revisions

Add new word

Input: HTML form data

Output: New document in DB

Sequence diagramme

Edit word

Input: wordId, HTML form data

Output: Updated document

Sequence diagramme

Show word based on its ID

Input: wordID

Output: Document

Sequence diagramme

Search for a word based on free keyword search

Input: search term ("q")

Output: Document(s)

Sequence diagramme

Clone this wiki locally