Wireframes #62
DotNetDublin
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
I pulled and successfully ran it! Looks Great! I just read this: Does this capture the essence of your vision of wireframes? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think issue #13 shows how the flow of development could run nicely from user story to wireframes to coding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned in the weekly roundup, one of the goals for this week is to mock additional features for the time entry page.
To that end I've created a wireframes branch which we can use to wireframe not only additional functionality for the time entry page but all pages of the application going forward.
See below for details and as always suggestions are welcome.
This branch contains the project TimeKeeper.Wireframes which is a stand alone server side Blazor project.
The landing page of TimeKeeper.Wireframes shows a table of wire frames showing ID, Page Name, Status plus a link to GitHub which I was thinking would either be an issue or discussion relating to the page in question.
The below shows the wireframe for the time entry page and as you can see I've added functionality to allow the user to navigate days as well as displaying the total number of hours per week. If you look at the code on TimeEntry.razor you'll see that the C# code is minimal and is only in place where it makes it easier to demonstrate the intent of a function on the page. It is not intended to guide how the function would operate when implemented if that makes sense?
When working with the wireframes branch you should set TimeKeeper.Wireframes to be the sole startup project
Beta Was this translation helpful? Give feedback.
All reactions