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
      • Only me
      • Signed-in users
      • Everyone
      Only me Signed-in users Everyone
    • Write
      • Only me
      • Signed-in users
      • Everyone
      Only me 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
    • Save as 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
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me 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, --- # 違章工廠回報系統_第194次小聚 ###### tags: `Disfactory` `違章工廠` `違章工廠舉報系統` 時間:20250416 19:30 (GMT+8) 地點:地球公民基金會 線上:https://meet.google.com/coc-vuaa-ykz 小聚共筆:https://g0v.hackmd.io/UPcHStg9RF6R8K7MiMFyKA 新提案:再裁罰的回報相關的小聚共筆 - 違章工廠回報系統第192次小聚 20250305 - 違章工廠回報系統第193次小聚 20250402 :::info 文件目錄 [TOC] ::: ## 參與者簽到 實體: oriyar, pei, SL, yukai, yellowsoar, kennyluck, chewei 線上: ael --- ## 跟新參者介紹 Disfactory 簡報連結:[] --- # [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 違反非都市土地使用管制案件查處情形表 - 按照地號 - 目前只有流水號,還沒有專屬編號 ## 上次會議後討論的 TO DO  資料 - 整理資料(土地資料查處名單) - 與國土署溝通資料現有問題 - 資料內還是有不少案件「歷次查處情形」沒有標示日期 - 例如有寫 109 年排拆,但沒有後面的內容,今年已 114 年了 設計 - 調整現有平台設計 - 使用者測試調整後平台設計 - 設計 campaign 頁 > ael: 建議還是跟使用者聊過確定現場回報需求再設計 開發 - 前端調整現有平台設計 - 前端開發 campaign 頁 - 後端整理資料至DB - 串連前端後端 On GitHub 1. 要跟政府討論的資料問題 @peii @swind @yellowsoar 2. 設計要盤點 status filter 和需要哪些資料狀態 @SL @peii https://github.com/Disfactory/Disfactory/issues/655 3. 前端想升級的東西: 修 production deploy @yukaii https://github.com/Disfactory/frontend/issues/183 ## 本次小聚紀錄 ### 考古目前各種回報狀態的資料欄位 最原始後台 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. 歷次查處情形也怪怪的 連續再裁罰相關的有哪些資料呢? => 只有一份 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.