Giter Site home page Giter Site logo

m-yankov / universitystudentsystem Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 10.08 MB

Students of the this system will have easy access to resources and information about education.

License: MIT License

C# 75.76% CSS 1.03% ASP 0.02% JavaScript 23.19%
visual-studio students education sql-server code-first asp student-system university telerik-academy bootstrap

universitystudentsystem's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @M-Yankov
  • ๐Ÿ‘€ Iโ€™m interested in web development, aslo I'm a big fan of everything that is open source,
    • I love markdown programming ... ops styling ๐Ÿ˜…
  • ๐ŸŒฑ Iโ€™m currently playing games, making videos (goPRO) using Davinci Reoslve for edit
  • ๐Ÿ’ž๏ธ Iโ€™m looking to hack something that is not working, (because all of websites across internet have a lot of errors)
  • ๐Ÿ“ซ How to reach me

universitystudentsystem's People

Contributors

m-yankov avatar

Stargazers

 avatar

Watchers

 avatar  avatar

universitystudentsystem's Issues

Bug report form

If there is a logged user the email should be populated with the email of the user.
The field should be disabled.
bugreportform

Edit comment or forumpost content

  • If I'm the owner of a forum post - I should be able to edit it.
  • If I have comments in a forum post I should be able to edit them.

IRandomData

The method GetData should return string[]
The reason: avoid split string by new line

Rename navigation properties to correct role

For example in the Solution model the navigation to the User is called User, but the user is always a student. So the correct name should be Student.
The changes should reflect in all other models also.

Show more details in specialty details page

Specialty details page need more information to be added, For example modules info - courses, some stats etc.
The picture is just an example: with an arrow to expand the courses in each module.

extendspecialties

Chat bugs

The validation for empty message is missing.
Profile pictures should be fixed.
Additional validation against spam - Don't allow one user to post same message twice.

Add Kendo.Mvc.dll Trail version to project

The idea is when someone downloads the project to be able to run it without problems.
Kendo trail version can be recognized in description in properties in file menu.

kendo grid export to pdf

Hi Team,
I am looking for kendo grid export to PDF. I already implemented the below logic but the after click on Export to PDF only showing first page in PDF. Can you please check what ia m missing?
$("#GridLogs").kendoGrid({

    toolbar: ["pdf"],
    pdf: {
        fileName: todayDate + "   " + "Error.pdf",
        allPages: true
        
    },

11-10-2016 4-24-22 pm

Kendo Grid full CRUD

Kendo grid has only list and remove functionality. It should have create and update option (and maybe detail view)

Kendo.DateTimePicker

How to configure to accept dd/MM/yyyy as parse format. KendoDatePicker parses dd as month and if it's > 12 returns false

    @model DateTime?

     @(Html.Kendo().DateTimePickerFor(m => m).Format("dd/MM/yyyy HH:mm").TimeFormat("HH:mm").ParseFormats(new string[] { "dd/MM/yyyy HH:mm" }))

also the <input> tag has attribute value="01/01/0001 00:00"

Add success message after post request (submit)

Suggestion
message

HMTL:

<div class="alert alert-dismissible alert-success">
  <button type="button" class="close" data-dismiss="alert">&times;</button>
  <strong>Well done!</strong> You successfully read <a href="#" class="alert-link">this important alert message</a>.
</div>

For example, when submit a new bug report. The user should see the success message

implementation:

Use TempData to store the message, Render the message in the _Layout.cshtml file

Wrong include in bundle configurations

bundles.Add(new ScriptBundle("~/bundles/css-site").Include(
                            "~/Content/Site.css"));

Should be:

bundles.Add(new StyleBundle("~/bundles/css-site").Include(
                            "~/Content/Site.css"));

Extend Search

  • Add checkbox input fields. Users can choose which items to search.
  • Count of results next to each category

extendsearch

Back button to course

When a test is completed(submitted) the user should have a button to the course of the test.

@Html.ValidationMessageFor not wokring as expected.

  @Html.EditorFor(model => model.Questions[i].Content)
  @Html.ValidationMessageFor(model => model.Questions[i].Content, "", new { @class = "text-danger" })

@Html.ValidationMessageFor doesn't adds a tag for showing the error, but it works for normal Model properties like @Html.ValidationMessageFor(model => model.Name, "", new { @class = "text-danger" })

AddTest.cshtml

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.