Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Storage table #200

Open
martindsouza opened this issue Feb 19, 2020 · 0 comments
Open

Document Storage table #200

martindsouza opened this issue Feb 19, 2020 · 0 comments

Comments

@martindsouza
Copy link
Member

A lot of applications need to store documents somewhere. They all contain the same fields that become redundant to create/manage etc. Create a generic table where applications can use as a file store. Things to consider:

  • Have all insert/update/delete managed by a package so we pre-store things like doc_length etc
  • Soft delete flag / option (i.e. have a flag called delete_yn). This could be configurable and/or optional parameter set in the configuration
  • Had a column to store ref_id or something similar to store where the file is linked to (optional)
  • Things like mime_type etc can all be stored/generated using existing oos_utils apps;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant