Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
134463e
commit new version
sakchait Apr 21, 2019
4da74e1
commit
sakchait Apr 21, 2019
58c56e5
version 1.0
Sakchai Apr 21, 2019
80c8128
commit
Sakchai Apr 21, 2019
bc08d3d
add more services
Sakchai Apr 28, 2019
835b165
Update ActivityLog
Sakchai May 4, 2019
3f6839e
update project search
Sakchai May 4, 2019
ab5ceee
Update register page
Sakchai May 5, 2019
60e46d5
update RegisterModel
Sakchai May 9, 2019
88ec033
update register
Sakchai May 10, 2019
1c80a71
update register image
Sakchai May 10, 2019
2ec48ee
update project
Sakchai May 12, 2019
275b990
EducationLevel update
Sakchai May 12, 2019
ca019df
update researcher education
Sakchai May 13, 2019
4fda715
update projects
Sakchai May 14, 2019
8fadd0c
update project
Sakchai May 14, 2019
80b8d82
update ProjectModelFactory
Sakchai May 15, 2019
99eab05
update README
Sakchai May 15, 2019
42a86ae
README
Sakchai May 15, 2019
5b25993
update project Professor
Sakchai May 16, 2019
4357ab3
update project progress status
Sakchai May 17, 2019
41e6cec
update project ProgressStatus
Sakchai May 17, 2019
282540e
update project
Sakchai May 19, 2019
3bdda38
update professor page
Sakchai May 19, 2019
2c4044f
update professor
Sakchai May 19, 2019
72835db
update research issue
Sakchai May 20, 2019
52fab66
update user page
Sakchai May 20, 2019
8bd314d
user page
Sakchai May 20, 2019
1429fb5
update register page
Sakchai May 21, 2019
d9ec3a0
update logic, Register, project and researcher page.
Sakchai May 29, 2019
8fc0fe6
upload / download project progress
Sakchai May 30, 2019
6b0bec9
update RegisterValidator
Sakchai May 31, 2019
6f2cf37
update UserRegistrationRequest
Sakchai May 31, 2019
f9165fa
update MessageTemplateController
Sakchai Jun 3, 2019
8025ef0
update EmailAccountController
Sakchai Jun 7, 2019
71f4a97
schedule task
Sakchai Jun 8, 2019
7aac134
update security
Sakchai Jun 9, 2019
7c58841
update EmailSender
Sakchai Jun 14, 2019
cc80f0e
update AccountActivation
Sakchai Jun 14, 2019
ff14d4e
update TokenGroupNames
Sakchai Jun 15, 2019
49f3afb
update conditions
Sakchai Jun 15, 2019
1cbc73b
update AccountActivation
Sakchai Jun 16, 2019
4adeb28
update sign off
Sakchai Jun 16, 2019
6d2cedb
fixed bug
Sakchai Jul 1, 2019
139f264
update personal type related Academic Ranks
Sakchai Jul 2, 2019
ec925b8
update password recovery
Sakchai Jul 8, 2019
dceef8c
update PasswordRecoveryConfirm
Sakchai Jul 10, 2019
a606ed7
update autocomplete for researcher/Professor
Sakchai Jul 14, 2019
d3e07cc
update bug
Sakchai Jul 14, 2019
3153ee3
update security permission
Sakchai Jul 16, 2019
cafa2b8
Research view
Sakchai Jul 27, 2019
9f71607
update project view page
Sakchai Jul 28, 2019
354a5fa
update next number
Sakchai Jul 28, 2019
5206696
fixed bug Password Recovery
Sakchai Jul 30, 2019
19b96e4
researcher must update owner researcher information.
Sakchai Jul 31, 2019
9cb1991
update log page
Sakchai Aug 3, 2019
b0ed920
update log folder
Sakchai Aug 4, 2019
6a82fab
update ID Card validate
Sakchai Aug 6, 2019
ad034b0
update er-diagram
Sakchai Aug 6, 2019
675a6a0
update file layout
Sakchai Aug 6, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
66 changes: 66 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
*.cs diff=csharp
* linguist-vendored
*.cs linguist-vendored=false

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
275 changes: 275 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,275 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
.vs/

# Visual Studio 2015 cache/options directory
.vs/Web*
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
project.fragment.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
#*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml

# CodeRush
.cr/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.rar
*.zip
/.vs/slnx.sqlite
/.vs/config/applicationhost.config

**/lib/*
**/bower_components/*
**/plugins/*

# Dot Net Core
**/*.dbcache
**/*.storage.ide
**/*.storage.ide-shm
**/*.ide-wal
Binary file added Document/Screen-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Document/Screen-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Document/Screen-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Document/Screen-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Document/Screen-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Document/er-diagram/Research.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Document/er-diagram/research_filelayout.docx
Binary file not shown.
Binary file added Document/script/ProjectApi.sql
Binary file not shown.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# ResearchProject
## Welcome to Researcher Project system

This project is for provide researcher registration and research project proposal system.

## ResearchProject Repos

For this reference app, we built serveral consumer and line-of-business apps. You can find all ResearchProject Repos in this location

### Project.Api
Project.Api uses a microservice oriented architecture implemented using containers. There are various services developed in .NET Core 2.2 and use data stores SQL Server.

### Project.Domain
Project.Domain uses developed in .NET Core 2.2, AutoMapper.

### Project.Entity
Project.Entity uses developed in .NET Core 2.2, Microsoft EntityFramworkCore.

### Project.Web
Project.Entity uses developed in .NET Core 2.2, Microsoft AspNetCore Mvc 2.2, Microsoft Entensions Logging 2.2.

### Screen
ResearchProject Web Apps

![Image](https://github.com/Sakchai/ResearchProject/blob/new_version/Document/Screen-1.jpg)
![Image](https://github.com/Sakchai/ResearchProject/blob/new_version/Document/Screen-2.jpg)
![Image](https://github.com/Sakchai/ResearchProject/blob/new_version/Document/Screen-3.jpg)
![Image](https://github.com/Sakchai/ResearchProject/blob/new_version/Document/Screen-4.jpg)
![Image](https://github.com/Sakchai/ResearchProject/blob/new_version/Document/Screen-5.jpg)
Loading