Skip to content

Commit

Permalink
Merge pull request #42 from kent-rasmussen/oop
Browse files Browse the repository at this point in the history
systematic changes to framed data and lift URLs
  • Loading branch information
kent-rasmussen authored Nov 1, 2021
2 parents 3415ab2 + d2639ee commit 175d80f
Show file tree
Hide file tree
Showing 5 changed files with 2,067 additions and 2,116 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# A→Z+T Changelog

# Version 0.8.7
- added referify data for current subgroup
- give warning if user is going to undo analysis regroupings
- mark a sensid to sort again without losing the sound file attached to it.
- major overhaul to LIFT urls, including class to generate them and catalog to store them
- major overhaul to framed data, including class to generate and catalog to store
- Added comparison group button for rename framed group window (to help with transcriptions)
- added actual groups by datapoint for non-default tone reports
- Reworked and multiple improvements to naming groups:
- playable buttons
- praat link to sound file
- comparison button(s)
- navigation buttons to continue through groups
- added interpretation of glottal stop into sdistinctions.
- added settings for interpretation of trigraphs and digraphs
- multiple fixes to segment interpretation settings
- set up mail of bug report, and links to webpage documentation

# Version 0.8.6
- reworked buttons and UI on transcription window
- comparison option for transcription window
Expand Down
13 changes: 2 additions & 11 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ standarize fns of exit buttons from config changing screens (exit should make ch
maybe add backwards epsilon to vowels?
## release stoppers
- put image creation after splash creation?
- give warning if user is going to undo analysis regroupings
- check out why tooltips aren't working before first refresh

## Documentation
Expand All @@ -20,6 +19,8 @@ maybe add backwards epsilon to vowels?
- make font changes more general, tied to <ctrl>+/-

## Simplify (non-OOP related)
- Set means for user to check verification stage again. This will require invalidating all the data to be redone (not currently implimented).
- Once done, there is currently no AZT way to redo it.
- on import, check for entries without:
- citation, copy over from lexical-unit (all langs)
- gloss, copy over from definitions (truncate, all langs)
Expand All @@ -40,7 +41,6 @@ maybe add backwards epsilon to vowels?
- transcribe (but not sort, etc)

## Migrate further toward OOP
- mark a sensid to sort again without losing the sound file attached to it.
- distinguish between frames to do for sorting (with unsorted data) and frames to do for other tasks...
- make 'next' go to next frame, if done sorting, or not, as appropriate
- make tone analysis one thing, and tone report another thing, and call analysis if not done since data was last added/modified (store this info somewhere, clear after analysis completes)
Expand Down Expand Up @@ -106,13 +106,7 @@ maybe add backwards epsilon to vowels?
- add progress of recording (on its own tab?)

## For Future Versions
- Add comparison group button for rename framed group window (to help with transcriptions)
- consider adding actual groups by datapoint for non-default tone reports
- I.e., which data points are different
- think through ease of use questions:
- How to make naming groups straightforward from the main interface?
- implement XML2XLP.txt (to produce PDF without further user input)
- add interpretation of glottal stop into sdistinctions.
- fix zip problem on Windows: "OSError: [Errno 22] Invalid argument: 'log_-:.7z'"
- extra space being added for None forms in Frame construction
- Sort out why not all nouns show in ad hoc selection list.
Expand Down Expand Up @@ -179,11 +173,8 @@ maybe add backwards epsilon to vowels?
- widen "Do" menu item (give all a minimum width)

## For some time
- set up mail of bug report (better than WeSay)
- look into having hg commit changes to verification status file
- don't track checkdefaults? (make per user file?)
- Set means for user to check verification stage again.
- Once done, there is currently no AZT way to redo it.
- Look up how to get real required heights and widths, availablexy isn't working correctly.
- fix reconfigure scrolling window frame problem (remove need for if self.configured <1:)
- constrain frames with less data, to only scroll as needed.
Expand Down
Loading

0 comments on commit 175d80f

Please sign in to comment.