issues
search
nkprasad12
/
morcus-net
Source code for Morcus Latin Tools.
https://morcus.net
GNU General Public License v3.0
6
stars
3
forks
source link
Update backend to allow fetching from multiple dictionaries
#205
Closed
nkprasad12
closed
1 year ago
nkprasad12
commented
1 year ago
Implementation ideas
Create new API /dicts/fused
Create a Dictionary interface specifying the common factors we want out of each dictionary so this is composable long term
Notes
Rename the existing Dictionary (the frontend page) to DictPage
keep /dicts/ls but just swap out the implementation with a call to whatever is powering the fused API
it would be interesting to log the result of the API to Mongo based on which dicts it has entries for
Implementation ideas
Notes