Jump to content
HWBOT Community Forums

Recommended Posts

Posted

Description:

 

After the bench session, it often happens there are a lot of scores. Uploading them all can be quite a drag, so it would be easier if all that can happen at once.

 

This application should allow mass-submission of results.

 

- User

- Hardware

- Scores

- Verification (screenshot or verificationlink)

 

The application does not auto-valid scores and points are awarded only when the score is uploaded.

 

Sketch:

14jvt41.png

This is really a first brainstorm. This will probably change a lot.

 

Language: c#.net 4.0

WPF to do some graphical magic.

 

Already started developing?

No, even the analysis isn’t done yet.

 

what kind of help you need?

Programmers who want to help can help. Svn will be provided.

Posted

I can help.

 

Using Blend to generate the XAML isn't my strong point, but I can make it functional if someone else can make it pretty.

 

I'd also recommend hosing it on GitHub. It's infinitely better source control than SVN.

Posted

I'd be happy to help with what I can, but I don't really meet any of the qualifications needed. I know Java and c++ if that helps now or in the future. I'm also quite good at photoshop if you need some graphics.

Posted

If you architect this properly, it should be possible to use the same model and view model source to target not only a Windows build, but also Android and iPhone (using MonoDroid and MonoTouch respectively).

 

I've done it for MonoDroid.

 

I'm also happy to use my GitHub account to host it, though there's no real need - GitHub is free for open source projects.

Posted

It may be possible to port it to a smartphone, but is there any need for that?

Will users want to add scores using a smartphone with a limited screensize. There is a lot of info to fill in and you should be able to add a screenshot or validationfile to the score.

Posted

The first step would be to just fill it in as you would on the site.

The next step is to use profiles to auto complete some fields.

Ideal would be to use ocr to read the data from a screenshot.

Posted
It may be possible to port it to a smartphone, but is there any need for that?

Will users want to add scores using a smartphone with a limited screensize. There is a lot of info to fill in and you should be able to add a screenshot or validationfile to the score.

 

Quite possibly not.

 

I guess I'm just thinking more from an OO design purist point of view. It's a good test of sound design and correct pattern adherence for code modules to be independently portable.

 

The other thing to consider is longevity of the code assets. There's a bit of debate about the future of WPF and Silverlight given what people have seen of Windows 8 and how Microsoft has been shunting teams around.

 

We just wouldn't want to couple any model functionality with a specific UI implementation...

  • 2 months later...
  • 2 months later...
Posted

I can assist here, I have a good couple years in C#, Not 100% sure on working with the API's but im guessing its prettyy much just a web service well be connecting to. Sounds like a really great project though.

  • 1 month later...
Posted

Open source, are you not creating vulnerabilities then, anyone can just use the line that says "upload" data and throw into a worm/virus/...?

  • 4 months later...
Posted
Open source, are you not creating vulnerabilities then, anyone can just use the line that says "upload" data and throw into a worm/virus/...?

 

Paranoid Parrot, is that you? :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...