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
--- title: 違章工廠舉報系統第19次小聚 tags: Disfactory, 違章工廠, 違章工廠舉報系統 --- # 違章工廠舉報系統第19次小聚 時間:20200219 地點:地球公民基金會北辦 線上: ## 參與者簽到: - simon - 小海 - 小班 - 佳昇 - 沅諭 - yellowsoar - yukai - Andy - cph - ## 待討論 - 文件 about.disfactory.tw 跳坑指南 - GA - 單一工廠的分享連結 需要跟山爪討論 ## 會議記錄 1. about.disfactory.tw 使用者介紹頁面 設定about頁面在 g0v hackMD文件下,yukai do sth. 就可以更新到網頁上唷 2. 後端: 3/20 前進度 * refer to csv file from ronnywang on README * logger * last updated (已做完,已發 PR) * record history (已做完,已發 PR) * 每一間工廠 human readable 編號 * 每間工廠 unique url 方便 share * 需不需要 search * admin page (nice to have) 4. GA & GTM * 「更新」的不同欄位要可以變成 label * PV 怎麼設定 /, /create, /edit * Click Text and Click ID 6. 2/23 使用者測試 * 訪綱: * 舉報的情境, 擔心憂慮的點 * Search:會想用什麼搜尋? * Share:在什麼情境下分享? * 錄影和螢幕錄影 * Usability * 表格印出來=> Deeper * 7. 未來設計 (Sandra) * Share * Search * Admin page * 需要額外輸入什麼資訊嗎? * Spreadsheet view * Doc View * Dashboard for admin and users * 已舉報多少件 * 熱點鄉鎮 * 送件/行動時間表 ## 下次待討論事項 後端已裝好開發環境: - https://docs.docker.com/install/linux/docker-ce/ubuntu/ - sudo curl -L "https://github.com/docker/compose/releases/download/1.25.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose #https://docs.docker.com/compose/install/ - sudo chmod +x /usr/local/bin/docker-compose - sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose - sudo service docker start - git clone https://github.com/Disfactory/Disfactory - cd Disfactory/backend - vi gis.../setting.py allowedhost - vi docker-comose.ym del python -m - vi guinico.config.py mv 127.0.0.1 --> 0.0.0.0 - docker-compose up 代辦事項 - logger 補足週全度 - 研究有無現有套件 連結Django logger to postgresql - 研究postman測後端api

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.