Git Product home page Git Product logo

thinkevent's Introduction

Important

Issues of this repository are tracked on https://github.com/ThinkAM/ThinkEvent. Please create your issues on https://github.com/ThinkAM/ThinkEvent/issues.

Introduction

This is a template to create Angular based startup projects for ASP.NET Boilerplate.

User Interface is based on AdminLTE theme.

Download

Screenshots

Sample Dashboard Page

User Creation Modal

Login Page

Documentation

License

MIT.

thinkevent's People

Contributors

felipealbuquerq avatar jorgelucasac avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

thinkevent's Issues

Currency: API's

  • Code (string - Max 3)
  • DecimalDigits (int)
  • Name (string - Max 50)
  • NamePlural (string - Max 50)
  • Rounding (int)
  • Symbol (string - Max 10)
  • SymbolNative (string - Max 10)

Organizations: API's

  • Id (Guid)
  • OrganizationType (OrganizationType)
  • OrganizationTypeId (int)
  • Currency (Currency)
  • CurrencyId (int)
  • Name (String - Max 50)

Address: API's

  • Id (Guid)
  • Street (string - 256)
  • Neighborhood (string 50)
  • City (string 50)
  • State (string 10)
  • ZipCode (string 20)
  • Country (string 10)
  • PeopleAddresses (ICollection PersonAddress)

Participant: API's

  • Id (Guid)
  • Person (Person)
  • PersonId (Guid)
  • User (User)
  • UserId (Guid)
  • PeopleAddresses (ICollection PersonAddress)
  • Supports (ICollection Support)
  • Memberships (ICollection Membership)

Events: API's

  • Organization (Organization)
  • OrganizationId (Guid)
  • Platform (Platform)
  • PlatformId (int)
  • Room (String - max 2048)
  • Amount (decimal)
  • Balance (decimal)
  • Category (Category)
  • CategoryId (Guid)
  • Participants (ICollection Participant)
  • Image (string max 2048)
  • Title (string - max 128)
  • Description (string - max 2048)
  • Status (Status)
  • StatusId (int)
  • EventTime (DateTime)

Categories: API's

  • Icon (string - max 50)
  • IsActive (bool)
  • Name (string - max 50)
  • OrganizationId (int)

Speakers: API's

  • Id (Guid)
  • Person (Person)
  • PersonId (Guid)
  • User (User)
  • UserId (long)
  • Image (String - max 2048)
  • About (String - max 2048)
  • Twitter (String - max 50)
  • LinkedIn (String - max 256)
  • Facebook (String - max 256)
  • Instagram (String - max 256)
  • Blog (String - max 256)
  • Company (String - max 256)
  • GitHub (String - max 256)

image

People: API's

  • Id (Guid)
  • Name (string - max 50)
  • Surname (string - max 100)
  • Genre (Genre)
  • GenreId (int)
  • DateOfBirth (DateTime)
  • PeopleDocuments (ICollection PeopleDocument)
  • Nationality (Nationality)
  • NationalityId (int)
  • HasLimitation (bool)
  • Limitation (string - 100)

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.