groups
media_file
previews
meta_keys
FRAGE: code: wie weiter organisieren
FRAGE: subprojekte: browser, vendor, docs, docs-source, datalayer
FRAGE: datalayer: casts: enum-types
FRAGE: Tests: auth_system? Auth
FRAGE: Permissions: user auth: create token for user?
FRAGE: Permissions: user self edit? Welche Felder? Neues Passwort ?
FRAGE: Permissions: user create password via admin?
FRAGE: fix token only auth (method and admin): Was wird eh ersetzt?
FRAGE: fix session auth (new cookie): Was wird eh ersetzt?
Frage: Permissions: wer darf full-texts anlegen? nur der admin? wird das generiert?
FRAGE: Oettli: delegations
FRAGE: Oettli: delegations_workflows
add cast for collection layout and sorting types
CREATE CAST (varchar AS collection_layout) WITH INOUT AS IMPLICIT;
CREATE CAST (varchar AS collection_sorting) WITH INOUT AS IMPLICIT;
io_mappings.rb for datalayer/spec/factories
'
FactoryBot.define do
factory :io_mapping do
io_interface { IoInterface.first || create(:io_interface) }
key_map { Faker::Lorem.word }
meta_key { MetaKey.first || create(:meta_key)}
end
end
'
madek_open_session.rb still needed
TODO tests for all new features
see rspec_resuts.log_20220221.txt
TODO fix collection order
TODO fix media-entries order
TODO fix auth test failures
Description, docu:
hidden query schema options (entry filterByJson)
Permission names
rename param full-data to full_data
TODO usage_terms: get the most recent one ?!? order by updated_at ?
workflows - response coercion: jsonb not hstore conversion problem
updated_at created_at coercion
meta_data_type MediaEntry
media file: download or show/stream headers
normal user create group: admin task allow user
normal user create person: admin task allow user