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

New Denial and Closing Reasons #574

Merged
merged 3 commits into from
Mar 11, 2024
Merged

New Denial and Closing Reasons #574

merged 3 commits into from
Mar 11, 2024

Conversation

johnyu95
Copy link
Contributor

@johnyu95 johnyu95 commented Jan 30, 2024

Insert Statements to deploy.

INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (81, 'denial', '0056', 'Denied - State/Federal Statute 87(2)(a)', 'In regard to the document(s) which you requested, I must deny access to these records on the basis of Public Officers Law Section 87(2)(a), in that such records are specifically exempted from disclosure by state or federal statute.', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (82, 'denial', null, 'Public Officers Law sec. 87(2)(a) - State/Federal Statute', 'Your request under the Freedom of Information Law (FOIL) is denied because the records you requested are exempt from disclosure under FOIL because they are specifically exempted from disclosure by state or federal statute. Public Officers Law sec. 87(2)(a).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (83, 'denial', null, 'Public Officers Law secs. 87(2)(b) and 89(2)(b) - Personal Privacy', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because disclosure would constitute an unwarranted invasion of personal privacy. Public Officers Law secs. 87(2)(b) and 89(2)(b).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (84, 'denial', null, 'Public Officers Law sec. 87(2)(c) - Contract Awards/Collective Bargaining', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they would impair present or imminent contract awards or collective bargaining negotiations. Public Officers Law sec. 87(2)(c).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (85, 'denial', null, 'Public Officers Law sec. 87(2)(d) - Trade Secrets/Commercial Enterprise', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they are trade secrets or have been submitted by a commercial enterprise or derived from information obtained from a commercial enterprise and which if disclosed would cause substantial injury to the competitive position of the subject enterprise. Public Officers Law sec. 87(2)(d).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (86, 'denial', null, 'Public Officers Law sec. 87(2)(e)(i) - Law Enforcement/Judicial Proceedings', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they were compiled for law enforcement purposes and disclosure would interfere with law enforcement investigations or judicial proceedings. Public Officers Law sec. 87(2)(e)(i).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (87, 'denial', null, 'Public Officers Law sec. 87(2)(e)(ii) - Fair Trial/Impartial Adjudication', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they were compiled for law enforcement purposes and disclosure would deprive a person of a right to a fair trial or impartial adjudication. Public Officers Law sec. 87(2)(e)(ii).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (88, 'denial', null, 'Public Officers Law sec. 87(2)(e)(iii) - Confidential Source/Information', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they were compiled for law enforcement purposes and if disclosed would identify a confidential source or disclose confidential information relating to a criminal investigation. Public Officers Law sec. 87(2)(e)(iii).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (89, 'denial', null, 'Public Officers Law sec. 87(2)(e)(iv) - Investigative Techniques/Procedures', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they were compiled for law enforcement purposes and would reveal criminal investigative techniques or procedures that are not routine. Public Officers Law sec. 87(2)(e)(iv).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (90, 'denial', null, 'Public Officers Law sec. 87(2)(f) - Endanger Life/Safety', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because if disclosed the records could endanger the life or safety of any person. Public Officers Law sec. 87(2)(f).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (91, 'denial', null, 'Public Officers Law sec. 87(2)(g) - Inter-Agency/Intra-Agency Materials', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they are inter-agency or intra-agency materials which are not: statistical or factual tabulations or data; instructions to staff that affect the public; final agency policy or determinations or external audits. Public Officers Law sec. 87(2)(g).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (92, 'denial', null, 'Public Officers Law sec. 87(2)(h) - Examination Questions/Answers', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they are examination questions or answers that were requested prior to the final administration of the examination. Public Officers Law sec. 87(2)(h).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (93, 'denial', null, 'Public Officers Law sec. 87(2)(i) - Information Technology Assets', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because if disclosed, the records would jeopardize the capacity of the agency or an entity that has shared information with the agency to guarantee the security of its information technology assets encompassing both electronic information systems and infrastructure. Public Officers Law sec. 87(2)(i).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (94, 'denial', null, 'Public Officers Law sec. 87(2)(j)-(r) - Vehicle/Traffic Law', 'Your request under the Freedom of Information Law (FOIL) is denied on the ground that the records you requested are exempt from disclosure under FOIL because they are photographs, microphotographs, videotapes, or other recorded images prepared under the authority of the vehicle and traffic law. Public Officers Law sec. 87(2)(j)-(r).', true, false);
INSERT INTO public.reasons (id, type, agency_ein, title, content, has_appeals_language, need_additional_details) VALUES (95, 'closing', '0056', 'Closed - Appeal Fulfilled', 'Your appeal of the denial of access to records requested under the Freedom of Information Law (FOIL) has been reviewed and the documents you requested have been posted on the OpenRecords portal. You may seek judicial review of this determination by commencing an Article 78 proceeding within four months of the date of this decision.', false, false);

@johnyu95 johnyu95 requested a review from zgary January 30, 2024 20:01
Copy link
Contributor

@zgary zgary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@zgary zgary merged commit 3a536fc into main Mar 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants