HackMD
    • Sharing Link copied
    • /edit
    • View mode
      • Edit mode
      • View mode
      • Book mode
      • Slide mode
      Edit mode View mode Book mode Slide mode
    • Note Permission
    • Read
      • Owners
      • Signed-in users
      • Everyone
      Owners Signed-in users Everyone
    • Write
      • Owners
      • Signed-in users
      • Everyone
      Owners Signed-in users Everyone
    • More (Comment, Invitee)
    • Publishing
    • Commenting Enable
      Disabled Forbidden Owners Signed-in users Everyone
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Invitee
    • No invitee
    • Options
    • Versions
    • Transfer ownership
    • Delete this note
    • Template
    • Insert from template
    • Export
    • Google Drive Export to Google Drive
    • Gist
    • Import
    • Google Drive Import from Google Drive
    • Gist
    • Clipboard
    • Download
    • Markdown
    • HTML
    • Raw HTML
Menu Sharing Help
Menu
Options
Versions Transfer ownership Delete this note
Export
Google Drive Export to Google Drive Gist
Import
Google Drive Import from Google Drive Gist Clipboard
Download
Markdown HTML Raw HTML
Back
Sharing
Sharing Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
More (Comment, Invitee)
Publishing
More (Comment, Invitee)
Commenting Enable
Disabled Forbidden Owners Signed-in users Everyone
Permission
Owners
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Invitee
No invitee
   owned this note    owned this note      
Published Linked with
Like BookmarkBookmarked
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- tags: Disfactory, --- # 違章工廠回報系統_第195次小聚 ###### tags: `Disfactory` `違章工廠` `違章工廠舉報系統` 時間:20250430 19:30 (GMT+8) 地點:地球公民基金會 線上:https://meet.google.com/coc-vuaa-ykz 小聚共筆:https://g0v.hackmd.io/qh5kZntmTmG4UhYeJfUgvw 新提案:再裁罰的回報相關的小聚共筆 - 違章工廠回報系統第192次小聚 20250305 - 違章工廠回報系統第193次小聚 20250402 - 違章工廠回報系統第194次小聚 20250416 :::info 文件目錄 [TOC] ::: ## 參與者簽到 線上: ael yukai oriyar yellowsoar SL peii --- # [disfactory新提案](https://www.canva.com/design/DAGg17NISDA/zIM6iFSHSs5SH9HK-VftQw/view?utm_content=DAGg17NISDA&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=h49962145f6) ![](https://g0v.hackmd.io/_uploads/HJOPApHskl.png) **Challenge**: 非工廠(倉庫)已被裁罰的,需要有人去確認,讓連續裁罰的機制動起來(上圖右下角),在罰金壓力下才會做出改變恢復農用。 peii: - 想要讓民眾協助確認被裁罰的農地上倉儲是否已經改善 - 讓未改善的裁罰動起來 - 也許可以用尋找寶藏的方式? - ![](https://g0v.hackmd.io/_uploads/Hk-tKi56kx.png) 裁罰紀錄:來自國土署的 single source data 違反非都市土地使用管制案件查處情形表 - 按照地號 - 目前只有流水號,還沒有專屬編號 ## 本次會議紀錄 ### 工廠分類 簡化分類,讓「可以連續裁罰的工廠」被強調 ![](https://g0v.hackmd.io/_uploads/Hkz-A9yggl.png) 大家回饋: - 再檢舉會給改善時間,不一定會裁罰 - 預設善意:對方可能真的有改善 - 現在的分法會全部都變成紅色XD ### 使用者回饋 ael: 建議還是跟使用者聊過確定現場回報需求再設計 想請 @peii 從願意被聯絡的人裡面,撈有重複檢舉單一工廠的人 1-3 人。想要知道會連續檢舉的人,是什麼樣貌,通常是怎麼觸發,怎麼使用這個平台。怎樣會想要連續檢舉?怎樣通知他們最好? SL: 也可以訪問只上傳一次的人 先提出打電話這個issue,細節架構可以再討論 ## 上次小聚紀錄 - ### 考古目前各種回報狀態的資料欄位 最原始後台 admin page 資料欄位設計: https://github.com/Disfactory/Disfactory/issues/268 factory_status: https://github.com/Disfactory/Disfactory/issues/527 cet_review_status: cet next tag: gov_status: https://github.com/Disfactory/Disfactory/issues/389 display_status: https://github.com/Disfactory/Disfactory/pull/410 ### 白板整理相關裁罰關係 ```mermaid stateDiagram-v2 state "尚未審查(A)" as A state "已審查-不檢舉(O)" as O state "已審查-需補件(P)" as P state "已審查-待檢舉(Q)" as Q state "已審查-已生成公文(X)" as X A --> O A --> Q Q --> X A --> P P --> A ``` ```mermaid flowchart TD subgraph "裁罰(可獨立持續進行)" direction LR CF[首次裁罰] --> CR[再次裁罰] --> CR end subgraph "處理階段(線性狀態)" direction LR A[待處理] -->|需先裁罰| B[停工] --> C[停水停電] --> D[排程拆除] --> E[已拆除] end CF -.-> B ``` ![](https://g0v.hackmd.io/_uploads/r1tQeVTCJx.png) 違章工廠的處理順序 ```py cet_review_status_list = [ ("A", "尚未審查"), ("O", "已審查-不檢舉"), ("P", "已審查-需補件"), ("Q", "已審查-待檢舉"), ("X", "已審查-已生成公文"), ] ``` - 待處理 - 裁罰(可連續裁罰) - 停工 - 停水停電 - 排程拆除 - 已拆除 小結:連續金錢裁罰(地政或是都發)跟排拆(建管單位)是分開的流程,可以分開記 `status` 但是連續裁罰的時間要怎麼記錄呢? 需要整理到:https://github.com/Disfactory/Disfactory/issues/655 討論: ### 目前用政府公開資料遇到的問題 1. 希望每個案件都有獨立編號 2. 有些資料有缺漏 3. 有跳號 4. 歷次查處情形也怪怪的 連續再裁罰相關的有哪些資料呢? => 只有一份 https://github.com/Disfactory/Disfactory/issues/656 ### 攝影計畫? 等攝影師來聯繫 ~

Import from clipboard

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lost their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.


Upgrade

All
  • All
  • Team
No template.

Create a template


Upgrade

Delete template

Do you really want to delete this template?

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

Sign in via GitHub

New to HackMD? Sign up

Help

  • English
  • 中文
  • 日本語

Documents

Tutorials

Book Mode Tutorial

Slide Example

YAML Metadata

Resources

Releases

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions

Versions

Upgrade now

Version named by    

More Less
  • Edit
  • Delete

Note content is identical to the latest version.
Compare with
    Choose a version
    No search result
    Version not found

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.