기본 콘텐츠로 건너뛰기

Initial Design + Changes

 1. Start Page

[initial]


[modified]


I changed the first page because the initial one was too simple. I want to highlight the main colour of Ncup by using the colour on the background.

2. Login-Sign Up

[initial]


[modified]

I added sign up and sign in button on each sign in and sign up apge.

3. Register cup 

[initial]


At first, uploading the photo was just optional, and I wanted that users can see the photo before clicking 'done' button. But I got feedback from Armando that it looks more proper on the web, not the app. So I changed the button.

[1st modified]

I changed like the photo above, like big plus button and cancel button and put 'preview' function. But I did not like it.


[final]
It is the final design. While modifying the design and function, there were some changes in function. Like it is no more optional to upload the photo of tumblers. Because I thought staff in cafe need to check the tumbler image when they scan it. And I coloured green on the top background.



4. Main Page

[initial]


At first, I was going to count and give rewards to each cup. The round line and the number in the circle show and give different rewards. Round line shows the circumstance of stamp reward, so it is renewed when users bring their cup 10 times. The number in the cup keeps showing the number of cup uses, and it relates to N-times reward. For the design, I gave a grey colour to the shadow under the box. And I put 'add cup' button on the bottom.


[1st modified]

I moved the position of 'add cup' button from bottom to top and coloured it with green. And I add a function that 'make a primary' in order to arrange the cup they usually use at the first page.


[2nd modified]





After I changed 'uploading photo' feature from optional to compulsory, and changed a means of rewards, I deleted the cup illustration. And I designed it with various type and asked people when I asked for feedback. And most voted one which is the final design.

[final]



4. Rewards

 
I did not want to do the normal stamp design, so I experimented but it looked quite complex.




So I changed it and put circles in a line. And when users flick the green part, N-times reward will be shown.



I wanted to give the design unity, so I coloured the part of the top with the title(?) with green. So I gave up the flicking motion :(



[final]



In order to explain the whole rewards, the texts were too long. And I thought people would feel bored if the explanation is too long and is shown on one page. So I divided it into 'my rewards' and 'how it works'. 

And I added 'coupon' page and imposed the condition that the 3rd and 6th stamp need to be used in a day when coupon is issued. And 10th stamp will be saved for 60 days and people can use it any day they want. I was inspired by paper coupon because people can issue new paper coupon when they do not want to use. So I added coupon page.





When I made the coupon page, I divided it into available and history in order to check whether they can use it or not. It would be shown how many days left and will be shown 15days before the coupon will be expired like '15 days left' or 'd-15'.


5. Arrange and hide the cup list 

[initial]



[final]




At first, the cup people can register was up to 3. If they want to add a new one, they needed to delete one. The reason I limited the number of cup is that the app encourages users not only to use reusable cups frequently but also to use cups that they already have rather than to buy more cups. However, if I am a user, I would feel proud of myself when the number of cup uses increase and when I check it. So I changed the condition of adding cup. There are still a limitation to register but they can add more cup when they use any cup over 50 times. But they can add only one more and they need to use another cup over 50 more if they want to add more.

If users keep using this app and add more cup, some people might want to hide the cup or delete. So I add 'hidden cup' and 'delete cup' function.




댓글

이 블로그의 인기 게시물

Weeks in Review [1]

23RD SEPTEMBER 2019  I learned how drawing can be related to systems. At first, I was quite confused since I have not thought that I can do a drawing about systems without computer and machine. Because the word 'system' I thought was directly related to computer. I learned the exact meaning of system, which is a set of things working together as parts of a mechanism or an interconnecting network.  We especially drew 'complex system' a lot, meaning one in which the individual elements interact to create something that is greater than the sum of its parts. First of all, we drew some straight line but it looked like chaos and disorderly. When we drew something that is constant and orderly, they looked complex system.  After that, the tutor organized 5 teams and instructed teams to make the rule to draw system. Ours were to draw triangles connecting each three points but do not touch the sides of triangle and fill the colour. I learned 'emergence' from this ac...

Data for change [Theme&Target Audience&Research]

[Why and how I chose the theme] When we get the list of topic, our PBL group chose "inequality" and did research. While I researched, I found the interesting news that children in the poorest countries have lost four months of schooling since the start of the pandemic. So I examined the relationship between education and inequality and focused on more school closure in education. Because school closure is one of the reasons that cause inequality during Covid19.  [Target Audience] While I had decided on my topic, I was  in   a   bit   of   a   bind . Because I did not set the target audience before the second presentation. So I needed to choose a specific target audience. Some people living or studying in high-income and middle-income countries might have no experience when they attend the class. I want to let those people know that many people even cannot afford to attend class via media, including online, tv or radio in low-income countries. Moreover,...

Borders&Bounderies [Process-coding]

<  <Coding before changing the design>> I tried to change the background colours when I hover the text. Result: This is the coding I tried to give blend mode effect before realising that I can use the blend mode in CSS Result: After I knew that I can use blend mode CSS as well, I applied it and the images/texts were more clear than before .overlay { position : absolute ; bottom : 110px ; background : rgb ( 255 , 0 , 0 ); mix-blend-mode : multiply ; width : 300px ; transition : .5s ease ; opacity : 0 ; padding : 300px ; text-align : center ; } .container:hover .overlay { opacity : 1 ; } --------------------------------------------------------------------------- ----------------------------------------------- ---- << Coding After changing the topic/ design>> I had difficulty when I had done coding, especially in the third page which has hover effect a lot. In order to check precisely the division of the pag...