Coder Social home page Coder Social logo

artanemus / scm_nominate-r Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13.74 MB

Nominate lets your club members self-nominate for swimming events. Part of the SCM eco-system of swimming club applications.

Home Page: https://artanemus.github.io/index.html

License: GNU General Public License v3.0

Pascal 100.00%
manager meet meet-manager meetmanager scm swim swimclubmeet swimming swimming-club swimmingclub

scm_nominate-r's Introduction

SCM_Nominate-R

Hero Nominate ICON


SCM_Nominate is a 64bit application written in pascal on a cross platform compiler. It's part of an eco system of applications that make up the SwimClubMeet project. SCM lets amateur swimming clubs manage members and run their club night's.

The eco system of SCM

To learn more about SwimClubMeet view the github pages.

This application runs best on a tablet (Windows). Nominate will significantly reduce the curse of every swim club - the nomination bottle neck.

You can speed-up nomination by adding more tablets. The core application also can perform the task of getting members nominated. There are advantages to doing this, as it lets you talk with the swimmers and encourage them to swim more events. ๐Ÿ˜‰

If you are interested in following a developer's blog and track my progress then you can find me at ko-fi.

ko-fi


USING Nominate

After install, by default, an icon is placed on the desktop. If you elected to disable this, type nominate in the windows search bar to discover it. Else navigate to the Artanemus folder on the start bar. (All SCM applications and utilities are located in this folder.)

ON START-UP

The application will ask you to login to the database. If you are running on a touch-pad, bring the application to full screen - you'll notice it will zoomed (scaled up) making it easier to navigate and enter data.

Select the session then click the activate button. (Bottom left of the form.)

Your members must have been assigned a membership number. A four digit code would suffice. Be on the standby with the SCM_Member app to find it for them. Else print membership cards with the SCM_ExtraReports app.

If you don't wish to type in numbers, then I suggest that you write a quick query to assign their membership number based on their unique MemberID.

    USE [SwimClubMeet]
    GO

    UPDATE [dbo].[Member]
    SET [MembershipNum] = MemberID + 1000
    GO

Members must not be archived. They must be active and tagged as a swimmer. Members can't nominate to events that have been raced.

Use Windows Apps and Features to remove the application.


image

image

image

scm_nominate-r's People

Contributors

artanemus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.