Sort
Frontend Website
The app needs a frontend webpage. This will be a simple single page app. This project is for the page layout and styling, and for the functionality.
Webpage will include
- Input for the number of positions in the code (n).
- Input for the character set (Σ) of which the length (k) is derived.
- An output for the code list, with edits being able to be made, including editing the text, checking off, moving, moving to another section, hiding, strikeout, colouring, etc.
Page & Functionality MVP
- Input the number of positions in the code (n).
- Input a char set (Σ) of comma separated values.
- Output all possible codes given inputs, in a simple, editable textbox.
- Checkboxes next to rows that strikeout the row automatically.
Switch for read-only mode.
Page & Functionality 2.0
- Add ranges to char set input, e.g.
1-4, and mix with CSV, so1-3, 4is1, 2, 3, 4, for letters aswell lower and upper. - Semi Rich Text Editor for editing the output.
- Colouring text Green, Red, and Black.
- Strikeout.
- Switching between RTE and Row mode.
- Read only mode for the RTE output.
- Sort by ascending and descending.
- Presets.
Pahe & Functionality 3.0
- Settings.
- History.