Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f0239a0
docs: update readme.md
live-dev999 Nov 12, 2021
a2e2bdb
issue-31: add localization for page register
live-dev999 Nov 14, 2021
298ae23
issue-32: update registermodel(o2-auth)
live-dev999 Nov 14, 2021
8aa9f2e
feat: add localization for register page (o2-auth)
live-dev999 Nov 14, 2021
897a7ef
issue-31: add login page (o2-auth)
live-dev999 Nov 17, 2021
65636da
issue-31: add login page with localization
live-dev999 Nov 19, 2021
dc19d2c
chore: move files
live-dev999 Nov 19, 2021
b78837e
issue-31: update code
live-dev999 Nov 19, 2021
317ac68
issue-31: update code
live-dev999 Nov 19, 2021
4e895f1
issue-31: update code for sample
live-dev999 Nov 19, 2021
0b36e2e
feat: add localization for login page (o2-auth)
live-dev999 Nov 19, 2021
570012b
issue-97: add confirm page(o2-auth)
live-dev999 Nov 20, 2021
f715d76
feat: add confirm email page(o2-auth)
live-dev999 Nov 20, 2021
afdfc2e
issue-99: incude tailwindcss for o2-auth
live-dev999 Nov 21, 2021
1d79257
feat: inlcude tailwindcss for o2-auth
AlbusaOxyuranus Nov 21, 2021
8e899ce
design(issue-103): update logo o2nextgen
live-dev999 Nov 28, 2021
cf1437f
feat(issue-103): update UI for login page. set template
live-dev999 Nov 28, 2021
afcec7b
feat(issue-103): update html for login page
live-dev999 Nov 28, 2021
df7f57b
feat(issue-103): update login page
live-dev999 Nov 29, 2021
d2ec585
feat(issue-103): add design UI for login page (o2-auth)
live-dev999 Dec 1, 2021
643896a
feat(issue-40): update projects of pfr-app (xamarin)
live-dev999 Dec 28, 2021
4b423b1
feat(issue-40): update configure for pfr-app(xamarin)
live-dev999 Dec 28, 2021
0448369
Add license scan report and status
fossabot Nov 12, 2021
e0f4f89
feat(issue-107): add & implementation the versioning controller
live-dev999 Dec 29, 2021
0ed5021
chore(issue-104): update gitignore
live-dev999 Dec 29, 2021
40618e0
feat(issue-107): c-gen Manager. Implement the api for versioning
live-dev999 Dec 29, 2021
7be1862
feat(issue-110): add the snowfall for pfr-centr.com
live-dev999 Dec 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,4 @@ MigrationBackup/
.idea/
.DS_Store
.idea
src/Database/Prototype/Output
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# O2 NEXTGEN (Codename Citadel)

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLiveDevTeam%2FO2NextGen.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FLiveDevTeam%2FO2NextGen?ref=badge_shield)

#### Build & Coverage

| master coverage status | dev coverage status |
| ------------- | ------------- |
| [![Coverage Status](https://coveralls.io/repos/github/LiveDevTeam/O2NextGen/badge.svg?branch=master)](https://coveralls.io/github/LiveDevTeam/O2NextGen?branch=master) | [![Coverage Status](https://coveralls.io/repos/github/LiveDevTeam/O2NextGen/badge.svg?branch=dev)](https://coveralls.io/github/LiveDevTeam/O2NextGen?branch=dev) |
| [![Coverage Status](https://coveralls.io/repos/github/LiveDevTeam/O2NextGen/badge.svg?branch=master)](https://coveralls.io/github/LiveDevTeam/O2NextGen?branch=master) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLiveDevTeam%2FO2NextGen.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FLiveDevTeam%2FO2NextGen?ref=badge_shield)
| [![Coverage Status](https://coveralls.io/repos/github/LiveDevTeam/O2NextGen/badge.svg?branch=dev)](https://coveralls.io/github/LiveDevTeam/O2NextGen?branch=dev) |
| ------------- | ------------- |


Expand Down Expand Up @@ -187,3 +190,7 @@ AK name - 'AK_columnName_columnNameId'
* ```
DDL - O2NextGens_Tests - usp - Run_All_Tests(dbo.usp_[Procedure Name])
```


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLiveDevTeam%2FO2NextGen.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FLiveDevTeam%2FO2NextGen?ref=badge_large)
Binary file added design/o2nextgen/logos/1x/Artboard 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,104 changes: 3,629 additions & 3,475 deletions design/o2nextgen/logos/o2nextgen-logo.ai

Large diffs are not rendered by default.

41 changes: 19 additions & 22 deletions design/o2nextgen/logos/o2nextgen-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/MobileApps/PFRApp/PFRApp.iOS/PFRApp.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<MtouchArch>x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>true</MtouchDebug>
<CodesignProvision>iOS_provisioning</CodesignProvision>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
Expand All @@ -46,11 +48,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>ARM64</MtouchArch>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignKey>Apple Development: Denis Prokhorchik (T745FS9H5H)</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>None</MtouchLink>
<MtouchInterpreter>-all</MtouchInterpreter>
<CodesignProvision></CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
Expand All @@ -61,6 +64,7 @@
<MtouchArch>ARM64</MtouchArch>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
</PropertyGroup>
<ItemGroup>
<Compile Include="Main.cs" />
Expand Down
Loading