update,
This commit is contained in:
31
.gitattributes
vendored
Normal file
31
.gitattributes
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs
|
||||
*.zip filter=lfs diff=lfs merge=lfs
|
||||
*.7z filter=lfs diff=lfs merge=lfs
|
||||
*.tar.gz filter=lfs diff=lfs merge=lfs
|
||||
*.jpg filter=lfs diff=lfs merge=lfs
|
||||
*.png filter=lfs diff=lfs merge=lfs
|
||||
*.avif filter=lfs diff=lfs merge=lfs
|
||||
*.webm filter=lfs diff=lfs merge=lfs
|
||||
*.mkv filter=lfs diff=lfs merge=lfs
|
||||
|
||||
# Documents
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
|
||||
*.gif filter=lfs diff=lfs merge=lfs
|
||||
*.GIF filter=lfs diff=lfs merge=lfs
|
||||
*.bmp filter=lfs diff=lfs merge=lfs
|
||||
*.BMP filter=lfs diff=lfs merge=lfs
|
||||
*.tiff filter=lfs diff=lfs merge=lfs
|
||||
*.TIFF filter=lfs diff=lfs merge=lfs
|
||||
*.wav filter=lfs diff=lfs merge=lfs
|
||||
*.WAV filter=lfs diff=lfs merge=lfs
|
||||
*.log filter=lfs diff=lfs merge=lfs
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
**/~*.*
|
BIN
Project.pdf
Normal file
BIN
Project.pdf
Normal file
Binary file not shown.
29
digest.md
Normal file
29
digest.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# E-commerce Technology and Applications
|
||||
|
||||
## Group Project
|
||||
|
||||
In this group project, you are required to form a group (startup) with around 4 students to propose an e-commerce company and develop a prototype (e.g., for proof-of-concept).
|
||||
|
||||
With the aim of forming an e-commerce company/startup, your group should formulate a business idea/model using a C3 Model-Map and a Business Model Canvas. For example, you should outline the business idea/model using a C3 Model-Map first and then define the details using a Business Model Canvas. Each student should propose one business idea/model using a C3 Model-Map. The final business idea/model of your group can be chosen from the suggested business ideas/models or by consolidating them. Try to identify innovative and real customer needs especially unfulfilled customer needs. After formulating your business model, you should use Web programming techniques (e.g., HTML, CSS, JavaScript, React, Node.js etc.) to develop a basic prototype to demonstrate your business idea/model (e.g., key features). A short video demo (around 5 minutes) should be produced.
|
||||
|
||||
A group report (12 – 20+ pages) should be submitted. The suggested business idea/model of each student (i.e., C3 ModelMap) should be given in the Appendix. The contribution(s) and contribution percentage of each student should be provided clearly (e.g., in a table)
|
||||
|
||||
The grading scheme is outlined as follows:
|
||||
|
||||
- Business model (e.g., as reflected by the C3 Model-Map and Business Model Canvas): 15%
|
||||
- Innovation and critical thinking (for both business and technical development): 15%
|
||||
- E-commerce prototype: 15%
|
||||
- Video demo: 10%
|
||||
- Report and presentation: 15%
|
||||
- Project management and teamwork: 10%
|
||||
- Individual contribution (including your C3 Model-Map): 20%
|
||||
|
||||
### Optional Part
|
||||
|
||||
In this optional part, you should use an e-commerce platform (e.g., Shopify) to set up an e-commerce website to further demonstrate your business idea/model. A short video demo (around 3 minutes) should be produced.
|
||||
|
||||
The above grading scheme is for the normal case (i.e., all team members have satisfactory participation). If a student is found to have unsatisfactory participation, he/she may be assessed as a special case.
|
||||
|
||||
If you use generative artificial intelligence for the group project, you should follow the 3R framework at https://merlot.org/merlot/viewSite.htm?id=9166023. Further information will be provided.
|
||||
|
||||
There will be meetings for feedback and continuous assessment purposes. The group presentations will be arranged in Week 13. Details will be provided later. The final group report should be submitted by 24 April 2024.
|
7
gitUpdate.bat
Normal file
7
gitUpdate.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
git status .
|
||||
|
||||
@pause
|
||||
|
||||
git add .
|
||||
git commit -m"update salesofallforyou,"
|
||||
start git push
|
16
gitUpdate.sh
Executable file
16
gitUpdate.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
git config --global http.version HTTP/1.1
|
||||
git config --global lfs.allowincompletepush true
|
||||
git config --global lfs.locksverify true
|
||||
git config --global http.postBuffer 5368709120
|
||||
|
||||
git add .
|
||||
|
||||
git commit -m 'update,'
|
||||
|
||||
git push
|
||||
|
||||
echo "done"
|
11
meta.md
Normal file
11
meta.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
tags: "COMP4121","react native"
|
||||
---
|
||||
|
||||
# README.md
|
||||
|
||||
https://github.com/geeky-prashant/react-native-fitness-app/tree/main
|
||||
|
||||
https://exam.lib.polyu.edu.hk/handle/100/42872
|
||||
|
||||

|
BIN
screencapture-merlot-org-merlot-viewSite-htm-2024-04-11-22_04_43.png
(Stored with Git LFS)
Normal file
BIN
screencapture-merlot-org-merlot-viewSite-htm-2024-04-11-22_04_43.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
screencapture.png
(Stored with Git LFS)
Normal file
BIN
screencapture.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user