#disfactory-notification
2021-11-02
github2
07:31:08
According to <https://github.com/Disfactory/Disfactory/commit/c66fee554f4bf033fa776d9701334c860acb2bc1|c66fee5> , it seems the current unittest is launched by `pytest` instead of `manage.py test`. *Steps to Test This Pull Request* 1. Launch the dev environment with docker-compose, e.g. `make run-dev` 2. `docker-compose exec web pytest` *Expected Result* `55 passed, 25 warnings` *Additional Information* `docker-compose exec web python manage.py test` does not do anything. Its output is: ``` localhost,127.0.0.1 System check identified no issues (0 silenced). ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK ```
2021-11-03
github2
13:41:57
1. Add Game page 2. refactor: rename and restructure component 'questionA'/'questionB' to 'taskA'/'taskB' 3. unify the question logic • The question logic is consist of three parts: stage, question, task. • Stage is the order of the question, the browser will show only ONE stage at the same time. • Question is the combination of the task, which contain two task: 'taskA' and 'taskB'. • Task is the main thing we want to ask: land usage (TaskA) and whether have illegal factory on certain land (TaskB). • Tutorial page have 4 stages in total, each stage contain half of the question, which equals to 'taskA' OR 'taskB'. • Game page have 5 stages in total, each stage contain one question, which equals to 'taskA' AND 'taskB'.
github2
20:44:49
`<https://github.com/Disfactory/frontend/commit/df24ba632041d9f39bb5360a62e88c953b7ebaa9|df24ba63>` - Update map default center location `<https://github.com/Disfactory/frontend/commit/5bacf0c6f17863bb0d4bb2a8f218b18829a306ed|5bacf0c6>` - Merge pull request #133 from Disfactory/calebrogers/122-update-map-center-location
github2
20:44:49
`<https://github.com/Disfactory/frontend/commit/df24ba632041d9f39bb5360a62e88c953b7ebaa9|df24ba63>` - Update map default center location `<https://github.com/Disfactory/frontend/commit/5bacf0c6f17863bb0d4bb2a8f218b18829a306ed|5bacf0c6>` - Merge pull request #133 from Disfactory/calebrogers/122-update-map-center-location
github2
20:46:01
`<https://github.com/Disfactory/frontend/commit/7f2914c68468377c064e027ad51e0d15006bc90c|7f2914c6>` - Replace 關於舉報系統 with 關於回報系統 `<https://github.com/Disfactory/frontend/commit/1bee3285331c8f8a1f94e24909ace34c3245915b|1bee3285>` - Replace 有任何舉報相關問題 with 有任何回報相關問題 `<https://github.com/Disfactory/frontend/commit/772f888cb0ae6916c69f8e563a9d850e82b2ef80|772f888c>` - Merge pull request #132 from Disfactory/calebrogers/124-fix-toggle-bar-typo
github2
20:46:01
`<https://github.com/Disfactory/frontend/commit/7f2914c68468377c064e027ad51e0d15006bc90c|7f2914c6>` - Replace 關於舉報系統 with 關於回報系統 `<https://github.com/Disfactory/frontend/commit/1bee3285331c8f8a1f94e24909ace34c3245915b|1bee3285>` - Replace 有任何舉報相關問題 with 有任何回報相關問題 `<https://github.com/Disfactory/frontend/commit/772f888cb0ae6916c69f8e563a9d850e82b2ef80|772f888c>` - Merge pull request #132 from Disfactory/calebrogers/124-fix-toggle-bar-typo
2021-11-04
2021-11-05
github2
11:17:19
Thanks for reviewing for me. Resolves <https://github.com/Disfactory/SpotDiff/issues/9|#9>
2021-11-06
2021-11-07
2021-11-08
2021-11-09
github2
18:24:19
<https://user-images.githubusercontent.com/60970217/140906945-32f53ed6-af29-4da8-b2ca-b37a9b8d893e.png|截圖 2021-11-09 下午6 23 07> 數字不見了 任何鄉鎮市區都是,應該是api壞了?![]()
deeper
2021-11-09 18:28:22
@szyeefun ~~ about小故障 但我們剛好需要給其他人看這個 最近可幫修嗎
@oriyaroriyar
@oriyaroriyar
deeper
2021-11-10 15:16:48
我剛剛看已經修好了! ㄅ雖然不知道發生了什麼事XD
deeper
18:28:22
@szyeefun ~~ about小故障 但我們剛好需要給其他人看這個 最近可幫修嗎
@oriyaroriyar
@oriyaroriyar
2021-11-10
deeper
15:16:48
我剛剛看已經修好了! ㄅ雖然不知道發生了什麼事XD
github2
19:50:26
`<https://github.com/Disfactory/Disfactory/commit/181d0a3e0f6a44d54d8af33790bbf32b7bff7003|181d0a3e>` - docs(docker-compose): update the test command `<https://github.com/Disfactory/Disfactory/commit/8f9b22a4dbb743e65702372b5a4f119a1654e08d|8f9b22a4>` - Merge pull request #575 from tai271828/pr-update-readme
github2
19:55:06
*Is your feature request related to a problem? Please describe.* 每半年打一次使用者上傳imgur的圖片可以自動化 *Describe the solution you'd like* 寫一段script, • 從db中抓出所有imgur網址 • 跟IU寫好的接在一起 • 備份到server 頻率選項 • 每天100筆 • 每個月一次全部 • 每三個月一次全部 *Describe alternatives you've considered* 每次都手動打
github2
20:06:50
在 product 的 docker-compose 上增加 restart:always,這樣在 docker 重新啟動的時候就會自動將這些 container 啟動。
github2
21:48:52
*Is your feature request related to a problem? Please describe.* Faster first paint :runner: *Describe the solution you'd like* Cached the API fetched factories data in local storage. Need to consider the cache timestamp and invalidation.
github2
21:48:52
*Is your feature request related to a problem? Please describe.* Faster first paint :runner: *Describe the solution you'd like* Cached the API fetched factories data in local storage. Need to consider the cache timestamp and invalidation.
github2
21:50:53
目的:能夠讓經由netlify deploy出來的網頁,能夠讀取到 SpofDiff-test-api-server 這個repo裡面的fake database,讓前端在還沒有串disfactory的API前,就可以讓使用者測試。 流程: 1. 將testDB.json、package 'json-server' push到 SpofDiff-test-api-server 2. 將SpofDiff-test-api-server 架設在heroku上 3. SpofDiff-test-api-server中新增.env檔,將api網址設為環境變數 4. 上述做完後tag yukaii
2021-11-11
2021-11-12
2021-11-13
2021-11-17
github2
06:05:47
The frontend codebase has been moved to another indivisual repository. Let's remote the legacy code so others will not be confused.
github2
17:04:20
用了這個連結請人測試,有兩位使用者反應說,看不出來自己答對還是答錯,希望可以看到自己原本選錯的答案,或是答對之後知道自己答對了。 <https://disfactory-spotdiff.netlify.app/#/|https://disfactory-spotdiff.netlify.app/#/>
github2
17:13:56
*Is your feature request related to a problem? Please describe.* A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] *Describe the solution you'd like* A clear and concise description of what you want to happen. *Describe alternatives you've considered* A clear and concise description of any alternative solutions or features you've considered. *Additional context* 現在server還剩38G
github2
20:14:51
`<https://github.com/Disfactory/Disfactory/commit/52aaaaa48bb85f67cab7ca932d597baa4a9d4a54|52aaaaa4>` - 在 product 的 docker-compose 上增加 restart:always,這樣在 docker 重新啟動的時候就會自動將這些 container 啟動 `<https://github.com/Disfactory/Disfactory/commit/a1cb56cbc8e7ce02b7dcd807cbaa0fed6ce882df|a1cb56cb>` - Merge pull request #577 from Swind/auto_start_container
github2
21:19:50
• Path: • /status/ • Available methods: • GET • Returned fields (back-end returns to the front-end): • “user_count”: total number of users • “answer_count”: total number of answers • “location_is_done_count”: the number of locations that have been labeled
github2
21:26:05
`<https://github.com/Disfactory/SpofDiff-test-api-server/commit/54373fcb1799ac19bf096133ec55f4daaa205bba|54373fcb>` - Initial commit `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/564cb1be932bd4147d9fa6331d78b0b5a68353dd|564cb1be>` - chore: init `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/2546675b8e951960ba3646b432185bf913cc8fde|2546675b>` - feat: add HTML and CSS of intro and tutorial pages `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/832d7a6c8cd1fd573e6b7bea5cb45f2a89e94905|832d7a6c>` - fix: solve problem of content exceeding the range of screen `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/be083e03b5df257197eedccd2b8a345ae9cf82b8|be083e03>` - feat: update svg file of inner bounding box `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/4874d3a5a86c709f8050fb6106089cab3039062b|4874d3a5>` - fix: solve the problem of button overlaping with the text by modifying css `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/4d1eabbe693e2f9e1f1d033678c2329bdf01da07|4d1eabbe>` - fix: align the card in tutorial page with the left of the browser `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/0e4319a2c0afec2b420b414e7d6f9119a5b8b6ac|0e4319a2>` - feat: add forward & backward buttons in tutorial page `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/3a76e9e8c0f42e49391c67ec8aa800d184266522|3a76e9e8>` - refactor: divide component 'BrownCard' from the code of question `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/c79a77d5a27b89517682c9286cd4db0c002c24da|c79a77d5>` - feat: add animation in the intro page `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/4c5df0d531804f5571e796b599d026e6eae70c73|4c5df0d5>` - update svg images `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/eb11be0ff1ff17b20c3b1f5324b0ec7634a12681|eb11be0f>` - fix: solve the problem of navigation bar overflowing in iphone 6s `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/96f1331e6aec332df13041d5552d5fc42c014694|96f1331e>` - Merge branch 'intro-and-tutorial-pages' of <https://github.com/Disfactory/SpotDiffFrontend> into intro-and-tutorial-pages `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/0dfcc54ea30d3f1f55d8023624893bda1c31ae12|0dfcc54e>` - fix: remove margin of the button `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/d453a7db27ccd32623fa039c74b77ca10d4db462|d453a7db>` - fix: remove margin of the button `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/444bfc919c58f769cfb59c6da3527a9c6cdb0371|444bfc91>` - refactor: change the code of the question into component `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/6dfd45727afee58a58ffc4ca811801a546c9c37c|6dfd4572>` - chore: rename web-title.svg to intro-title.svg `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/6e3ed29d3d39b17e04bdc9bb7cf5a5ff9304504a|6e3ed29d>` - feat: add icon of title in intro page `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/92733c09198a4a25ec2a82162dae194eec4f4c92|92733c09>` - fix: remove unneeded function `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/978215e079234c4f62c3a8bcf64f3bf946b20aed|978215e0>` - feat: add boolean variable 'isGamePage' in App.vue `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/acd4a99a776eef9d88d65c2a0f369aa281076d38|acd4a99a>` - feat: add css of background color in base.css `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/e558c22f3f9010ba8f134bfdad216d4965f88096|e558c22f>` - fix: update icon of progress bar `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/93ca953efa58cf0a08a55ae1df6057457009b205|93ca953e>` - fix: update icon of active and inactive stage `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/e01aa372a15f57da7ec4156dd885fbaad4321d33|e01aa372>` - refactor: rename component 'questionA'/'questionB' to 'taskA'/'taskB' and modify the structure of these. `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/da16094623558d99f28249496654d912f799235e|da160946>` - feat: add content of game page `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/5fd58abb432bec65bbfefb888cd1c6f5f827e1f5|5fd58abb>` - refactor: modify the structure of the code `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/73c8a579ccd6b685accb3c5bd7a259debdb45797|73c8a579>` - feat: add game page `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/5d4712ec5c24b9881b9fae14643db103240f6ed6|5d4712ec>` - chore: rename variable 'stageOfTutorial' to 'whichStage'. `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/4aad00b50f5216c20b3927db80b880b6b37f6515|4aad00b5>` - feat: add router path of game page. `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/3072529970da46e3bcd78d43727bd5b7274e36a9|30725299>` - feat: add Satellite images by using Leaflet `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/ab7b9795d1be07a9dbc526c1898b5b2a180946d4|ab7b9795>` - fix:remove unneeded components `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/9a7abada37854731e2a0b8754d7846f3e4282879|9a7abada>` - feat: recording user completed stage `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/60dff32b13621157693bf0d65f7c16bc92a31624|60dff32b>` - feat: add mock database and function of getting and patching data.
2021-11-18
github2
16:21:33
我自己在 <http://disfactory.tw|disfactory.tw> 和 <http://about.disfactory.tw|about.disfactory.tw> 都找不到隱私權條款和貢獻協議的連結。目前似乎只會在第一次入站時的 pop-up 上有連結。 <https://license.disfactory.tw/|https://license.disfactory.tw/>
2021-11-19
2021-11-20
David Fu
13:36:12
@dianyangfu has joined the channel
github2
15:54:58
`<https://github.com/Disfactory/SpofDiff-test-api-server/commit/47ee7e818de8b5c4d017cee15e1f63aa123240dc|47ee7e81>` - testing deploy result in heroku `<https://github.com/Disfactory/SpofDiff-test-api-server/commit/7c9820c2ebc15676f73691e1adb813d670a3d43c|7c9820c2>` - Merge branch 'database' of <https://github.com/Disfactory/SpofDiff-test-api-server> into database
2021-11-21
github2
22:32:03
在自動化完成之前 <https://github.com/Disfactory/Disfactory/issues/576|Disfactory/Disfactory#576> ,使用這個 issue 追蹤 2021 Q4 打 imgur 圖片的工作進度 ☐ update `imgur.txt` ☐ re-run `imgur-keeper` ☐ wrap up the task by updating `README` to include the process troubleshooting
github2
22:42:15
I summarized some trouble-shooting information during working on Issue: <https://github.com/Disfactory/imgur-keeper/issues/1|#1>
2021-11-22
2021-11-23
2021-11-24
github2
18:23:20
`<https://github.com/Disfactory/SpotDiffFrontend/commit/92733c09198a4a25ec2a82162dae194eec4f4c92|92733c09>` - fix: remove unneeded function `<https://github.com/Disfactory/SpotDiffFrontend/commit/978215e079234c4f62c3a8bcf64f3bf946b20aed|978215e0>` - feat: add boolean variable 'isGamePage' in App.vue `<https://github.com/Disfactory/SpotDiffFrontend/commit/acd4a99a776eef9d88d65c2a0f369aa281076d38|acd4a99a>` - feat: add css of background color in base.css `<https://github.com/Disfactory/SpotDiffFrontend/commit/e558c22f3f9010ba8f134bfdad216d4965f88096|e558c22f>` - fix: update icon of progress bar `<https://github.com/Disfactory/SpotDiffFrontend/commit/93ca953efa58cf0a08a55ae1df6057457009b205|93ca953e>` - fix: update icon of active and inactive stage `<https://github.com/Disfactory/SpotDiffFrontend/commit/e01aa372a15f57da7ec4156dd885fbaad4321d33|e01aa372>` - refactor: rename component 'questionA'/'questionB' to 'taskA'/'taskB' and modify the structure of these. `<https://github.com/Disfactory/SpotDiffFrontend/commit/da16094623558d99f28249496654d912f799235e|da160946>` - feat: add content of game page `<https://github.com/Disfactory/SpotDiffFrontend/commit/5fd58abb432bec65bbfefb888cd1c6f5f827e1f5|5fd58abb>` - refactor: modify the structure of the code `<https://github.com/Disfactory/SpotDiffFrontend/commit/73c8a579ccd6b685accb3c5bd7a259debdb45797|73c8a579>` - feat: add game page `<https://github.com/Disfactory/SpotDiffFrontend/commit/5d4712ec5c24b9881b9fae14643db103240f6ed6|5d4712ec>` - chore: rename variable 'stageOfTutorial' to 'whichStage'. `<https://github.com/Disfactory/SpotDiffFrontend/commit/4aad00b50f5216c20b3927db80b880b6b37f6515|4aad00b5>` - feat: add router path of game page. `<https://github.com/Disfactory/SpotDiffFrontend/commit/3072529970da46e3bcd78d43727bd5b7274e36a9|30725299>` - feat: add Satellite images by using Leaflet `<https://github.com/Disfactory/SpotDiffFrontend/commit/ab7b9795d1be07a9dbc526c1898b5b2a180946d4|ab7b9795>` - fix:remove unneeded components `<https://github.com/Disfactory/SpotDiffFrontend/commit/9a7abada37854731e2a0b8754d7846f3e4282879|9a7abada>` - feat: recording user completed stage `<https://github.com/Disfactory/SpotDiffFrontend/commit/60dff32b13621157693bf0d65f7c16bc92a31624|60dff32b>` - feat: add mock database and function of getting and patching data. `<https://github.com/Disfactory/SpotDiffFrontend/commit/fc8e8e3fee96445a37a2ad1ec01c035ae2bf5489|fc8e8e3f>` - feat: set url of mock API `<https://github.com/Disfactory/SpotDiffFrontend/commit/ec11ec1367f85bdbe234efdbb789f0572cb99355|ec11ec13>` - fix: solved problem of unable to enter game page from tutorial page `<https://github.com/Disfactory/SpotDiffFrontend/commit/440c994f4c8028fd6cdd4143330511108e12013c|440c994f>` - feat: adding Ending page `<https://github.com/Disfactory/SpotDiffFrontend/commit/63650aae5d1993674ad999e5e90cd6d46523dc62|63650aae>` - Merge pull request #11 from Disfactory/game-pages
github2
20:03:39
`<https://github.com/Disfactory/SpotDiffFrontend/commit/192988f413d32184c90a94838c398b00e921263e|192988f4>` - fix: solve problem of unable to scroll the screen `<https://github.com/Disfactory/SpotDiffFrontend/commit/bbbe3669134275d62452a7bcf19e5d02d4daa59e|bbbe3669>` - Merge pull request #14 from Disfactory/game-pages
github2
20:17:43
`<https://github.com/Disfactory/frontend/commit/c3669b1a48627dea59d12c00ed42fedb95164dcc|c3669b1a>` - feat: change 不再追蹤 to 等待新事證 `<https://github.com/Disfactory/frontend/commit/8ed300727115a82545c618d90bf4b00a1fc301f6|8ed30072>` - Merge pull request #129 from Disfactory/feature/update-factory-status-text
github2
20:17:43
`<https://github.com/Disfactory/frontend/commit/c3669b1a48627dea59d12c00ed42fedb95164dcc|c3669b1a>` - feat: change 不再追蹤 to 等待新事證 `<https://github.com/Disfactory/frontend/commit/8ed300727115a82545c618d90bf4b00a1fc301f6|8ed30072>` - Merge pull request #129 from Disfactory/feature/update-factory-status-text
github2
20:19:47
`<https://github.com/Disfactory/Disfactory/commit/024d3d820a79329667e0e704789c400b4b681f04|024d3d82>` - Update easymap url to workaround easymap server error `<https://github.com/Disfactory/Disfactory/commit/3a60f5b74031fc613d1462687943b985fe43bd74|3a60f5b7>` - Merge pull request #580 from Swind/fix_easymap_server_error
github2
20:22:47
*What's Changed* • Update GettingStarted modal text by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/79|#79> • bugfix/refactor-getLUIMAPLayer by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/80|#80> • Support protomaps vector tile service as map layer by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/81|#81> • Add title attributes and other accessibility fixes for map controls by <https://github.com/komali2|@komali2> in <https://github.com/Disfactory/frontend/pull/85|#85> • vector openlayers map: make fonts bigger, switch to OS built-in fonts… by <https://github.com/bdon|@bdon> in <https://github.com/Disfactory/frontend/pull/87|#87> • feature/improve-filter-button by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/88|#88> • limit vector map extent to taiwan only [<https://github.com/Disfactory/frontend/issues/86|#86>] by <https://github.com/bdon|@bdon> in <https://github.com/Disfactory/frontend/pull/91|#91> • Send deletehash when uploading image by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/82|#82> • bugfix/report-record-date by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/95|#95> • Change the factory display statuses by <https://github.com/yeefun|@yeefun> in <https://github.com/Disfactory/frontend/pull/100|#100> • Fix for openlayer #forEachLayerAtPixel API behavior change by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/102|#102> • switch to <http://disfactory.tw|disfactory.tw> PBF tiles [<https://github.com/Disfactory/frontend/issues/86|#86>] by <https://github.com/bdon|@bdon> in <https://github.com/Disfactory/frontend/pull/92|#92> • Add the source field in the factory detail page by <https://github.com/yeefun|@yeefun> in <https://github.com/Disfactory/frontend/pull/103|#103> • Source might be undefined with latest prod api by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/108|#108> • 2.1.0 by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/110|#110> *New Contributors* • <https://github.com/bdon|@bdon> made their first contribution in <https://github.com/Disfactory/frontend/pull/87|#87> *Full Changelog*: <https://github.com/Disfactory/frontend/compare/2.1.0...2.2.0|2.1.0...2.2.0>
github2
20:22:47
*What's Changed* • Update GettingStarted modal text by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/79|#79> • bugfix/refactor-getLUIMAPLayer by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/80|#80> • Support protomaps vector tile service as map layer by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/81|#81> • Add title attributes and other accessibility fixes for map controls by <https://github.com/komali2|@komali2> in <https://github.com/Disfactory/frontend/pull/85|#85> • vector openlayers map: make fonts bigger, switch to OS built-in fonts… by <https://github.com/bdon|@bdon> in <https://github.com/Disfactory/frontend/pull/87|#87> • feature/improve-filter-button by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/88|#88> • limit vector map extent to taiwan only [<https://github.com/Disfactory/frontend/issues/86|#86>] by <https://github.com/bdon|@bdon> in <https://github.com/Disfactory/frontend/pull/91|#91> • Send deletehash when uploading image by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/82|#82> • bugfix/report-record-date by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/95|#95> • Change the factory display statuses by <https://github.com/yeefun|@yeefun> in <https://github.com/Disfactory/frontend/pull/100|#100> • Fix for openlayer #forEachLayerAtPixel API behavior change by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/102|#102> • switch to <http://disfactory.tw|disfactory.tw> PBF tiles [<https://github.com/Disfactory/frontend/issues/86|#86>] by <https://github.com/bdon|@bdon> in <https://github.com/Disfactory/frontend/pull/92|#92> • Add the source field in the factory detail page by <https://github.com/yeefun|@yeefun> in <https://github.com/Disfactory/frontend/pull/103|#103> • Source might be undefined with latest prod api by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/108|#108> • 2.1.0 by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/110|#110> *New Contributors* • <https://github.com/bdon|@bdon> made their first contribution in <https://github.com/Disfactory/frontend/pull/87|#87> *Full Changelog*: <https://github.com/Disfactory/frontend/compare/2.1.0...2.2.0|2.1.0...2.2.0>
github2
20:23:18
*What's Changed* • Fix <https://github.com/Disfactory/frontend/issues/58|#58> Detail page add photo place at first by <https://github.com/onlystp417|@onlystp417> in <https://github.com/Disfactory/frontend/pull/59|#59> • Add landcode to factory detail by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/60|#60> • test: init the test & add the tests of TutorialModal by <https://github.com/yeefun|@yeefun> in <https://github.com/Disfactory/frontend/pull/61|#61> • Image lightbox by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/65|#65> • Distinguish factory icon by z-index by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/66|#66> • Share factory url with factoryId by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/68|#68> • Display map attribute by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/71|#71> • Production deploy by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/72|#72> *New Contributors* • <https://github.com/onlystp417|@onlystp417> made their first contribution in <https://github.com/Disfactory/frontend/pull/59|#59> *Full Changelog*: <https://github.com/Disfactory/frontend/compare/v2.0.0...2.1.0|v2.0.0...2.1.0>
github2
20:23:18
*What's Changed* • Fix <https://github.com/Disfactory/frontend/issues/58|#58> Detail page add photo place at first by <https://github.com/onlystp417|@onlystp417> in <https://github.com/Disfactory/frontend/pull/59|#59> • Add landcode to factory detail by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/60|#60> • test: init the test & add the tests of TutorialModal by <https://github.com/yeefun|@yeefun> in <https://github.com/Disfactory/frontend/pull/61|#61> • Image lightbox by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/65|#65> • Distinguish factory icon by z-index by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/66|#66> • Share factory url with factoryId by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/68|#68> • Display map attribute by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/71|#71> • Production deploy by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/72|#72> *New Contributors* • <https://github.com/onlystp417|@onlystp417> made their first contribution in <https://github.com/Disfactory/frontend/pull/59|#59> *Full Changelog*: <https://github.com/Disfactory/frontend/compare/v2.0.0...2.1.0|v2.0.0...2.1.0>
github2
20:37:57
`<https://github.com/Disfactory/frontend/commit/897728dc8dda5bd6864242fe648e2debaa053f86|897728dc>` - Merge pull request #110 from Disfactory/master `<https://github.com/Disfactory/frontend/commit/0a571e492d4f38810ef0fc89addf7c7989f4771c|0a571e49>` - Merge pull request #116 from Disfactory/release/2.3.0 `<https://github.com/Disfactory/frontend/commit/07e2dd4e770d6957f290a09bd6f493598149f8ed|07e2dd4e>` - Merge pull request #135 from Disfactory/master `<https://github.com/Disfactory/frontend/commit/301525925fbf1e02f794b1bcd7717bb935275a3d|30152592>` - Merge branch 'production'
github2
20:37:57
`<https://github.com/Disfactory/frontend/commit/897728dc8dda5bd6864242fe648e2debaa053f86|897728dc>` - Merge pull request #110 from Disfactory/master `<https://github.com/Disfactory/frontend/commit/0a571e492d4f38810ef0fc89addf7c7989f4771c|0a571e49>` - Merge pull request #116 from Disfactory/release/2.3.0 `<https://github.com/Disfactory/frontend/commit/07e2dd4e770d6957f290a09bd6f493598149f8ed|07e2dd4e>` - Merge pull request #135 from Disfactory/master `<https://github.com/Disfactory/frontend/commit/301525925fbf1e02f794b1bcd7717bb935275a3d|30152592>` - Merge branch 'production'
github2
20:38:49
*What's Changed* • 122 - update map center location by <https://github.com/komali2|@komali2> in <https://github.com/Disfactory/frontend/pull/133|#133> • 124 - fix toggle bar typo by <https://github.com/komali2|@komali2> in <https://github.com/Disfactory/frontend/pull/132|#132> • Update issue templates by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/131|#131> • 更改工廠狀態的標籤文字 by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/129|#129> • 2.4.0 by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/135|#135> *Full Changelog*: <https://github.com/Disfactory/frontend/compare/2.3.0...2.4.0|2.3.0...2.4.0>
github2
20:38:49
*What's Changed* • 122 - update map center location by <https://github.com/komali2|@komali2> in <https://github.com/Disfactory/frontend/pull/133|#133> • 124 - fix toggle bar typo by <https://github.com/komali2|@komali2> in <https://github.com/Disfactory/frontend/pull/132|#132> • Update issue templates by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/131|#131> • 更改工廠狀態的標籤文字 by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/129|#129> • 2.4.0 by <https://github.com/Yukaii|@Yukaii> in <https://github.com/Disfactory/frontend/pull/135|#135> *Full Changelog*: <https://github.com/Disfactory/frontend/compare/2.3.0...2.4.0|2.3.0...2.4.0>
github2
21:09:32
使用者測試 feedback: 1. 解說為何要比較 2017 和 2020 年份,不然使用者很困惑為何要比較年份(根據法令要優先拆除),甚至現在其實也沒有寫清楚 2017 是年份(我覺得要交代我們已經有五萬筆政府公開疑似工廠的點位,所以我們要抓出新增建,要求政府優先拆除) 2. 「框內」改為「紅框內」,不然使用者不知道是指哪裡。另外發現在使用者教學回答之後,會刷暗紅框外區域,有可能直接一開始就刷暗嗎?
github2
21:17:14
<https://user-images.githubusercontent.com/9480974/143245296-27a040d1-596b-40a4-b70b-c486036c61ce.png|螢幕快照 2021-11-24 下午9 14 54>![]()
2021-11-25
2021-11-26
github2
16:50:57
Issue: <https://github.com/Disfactory/imgur-keeper/issues/1|#1> The execution result shows ``` <skipped> Saved - output/3F4vWZd.jpg Saved - output/A3Xrigc.jpg Saved - output/6GTXXRx.jpg Saved - output/cdJsxVf.jpg Saved - output/YYBVySY.jpg Saved - output/cLq8YdD.jpg Saved - output/n0nTLNy.jpg Saved - output/TQDzEhZ.jpg ✨ Success ┌─[^_^]─[~/work-my-projects/imgur-keeper] tai271828@syakaro: 9 file 372Kb └──╼ nvm list -> v15.14.0 v16.13.0 default -> node (-> v16.13.0) node -> stable (-> v16.13.0) (default) stable -> 16.13 (-> v16.13.0) (default) iojs -> N/A (default) unstable -> N/A (default) lts/* -> lts/gallium (-> v16.13.0) lts/argon -> v4.9.1 (-> N/A) lts/boron -> v6.17.1 (-> N/A) lts/carbon -> v8.17.0 (-> N/A) lts/dubnium -> v10.24.1 (-> N/A) lts/erbium -> v12.22.7 (-> N/A) lts/fermium -> v14.18.1 (-> N/A) lts/gallium -> v16.13.0 ```
github2
17:39:22
When working on issue <https://github.com/Disfactory/imgur-keeper/issues/1|#1> I was aware of the duplicate entry. I am wondering if it implies something wrong when dumping the image list from the backend.